@wxn0brp/db-core
Preparing search index...
types/options
DbFindOpts
Interface DbFindOpts<T>
interface
DbFindOpts
<
T
=
any
>
{
limit
?:
number
;
offset
?:
number
;
reverse
?:
boolean
;
sortAsc
?:
boolean
;
sortBy
?:
KeysMatching
<
T
,
any
>
;
}
Type Parameters
T
=
any
Index
Properties
limit?
offset?
reverse?
sort
Asc?
sort
By?
Properties
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
reverse
reverse
?:
boolean
Optional
sort
Asc
sortAsc
?:
boolean
Optional
sort
By
sortBy
?:
KeysMatching
<
T
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
offset
reverse
sort
Asc
sort
By
@wxn0brp/db-core
Loading...