Preparing search index...
The search index is not available
@basaldev/blocks-backend-sdk - v3.4.0
@basaldev/blocks-backend-sdk
util
PaginatedQueryResult
Interface PaginatedQueryResult<T>
PaginatedQueryResult
Next Link
Previous Link
interface
PaginatedQueryResult
<
T
>
{
@nextLink
:
string
;
@previousLink
:
string
;
count
:
number
;
total
:
number
;
value
:
T
[]
;
}
Type Parameters
T
Index
Properties
@next
Link
@previous
Link
count
total
value
Properties
@next
Link
@next
Link
:
string
@previous
Link
@previous
Link
:
string
count
count
:
number
total
total
:
number
value
value
:
T
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
@next
Link
@previous
Link
count
total
value
@basaldev/blocks-backend-sdk - v3.4.0
adapter
app
bucket
crypto
external
module
mongo
route
security
util
BunyanLogger
BunyanLoggerFactory
NBAjv
NBError
AjvOptions
InnerErrorData
InternalRequestOptions
Logger
LoggerFactory
LoggerOpts
NBErrorData
Loading...
Generated using
TypeDoc
PaginatedQueryResult
Next Link
Previous Link