hipthrusts - v1.2.0
Preparing search index...
mongoose
ScopedQueryOptions
Interface ScopedQueryOptions
interface
ScopedQueryOptions
{
lean
?:
boolean
;
limit
?:
number
;
projection
?:
string
|
Record
<
string
,
unknown
>
;
skip
?:
number
;
sort
?:
string
|
Record
<
string
,
SortOrder
>
;
}
Hierarchy (
View Summary
)
ScopedQueryOptions
FindScopedOptions
Index
Properties
lean?
limit?
projection?
skip?
sort?
Properties
Optional
lean
lean
?:
boolean
Optional
limit
limit
?:
number
Optional
projection
projection
?:
string
|
Record
<
string
,
unknown
>
Optional
skip
skip
?:
number
Optional
sort
sort
?:
string
|
Record
<
string
,
SortOrder
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lean
limit
projection
skip
sort
hipthrusts - v1.2.0
Loading...