pl-api
Preparing search index...
PaginatedResponse
Interface PaginatedResponse<T, IsArray>
interface
PaginatedResponse
<
T
,
IsArray
extends
boolean
=
true
>
{
items
:
IsArray
extends
true
?
T
[]
:
T
;
next
:
null
|
(
()
=>
Promise
<
PaginatedResponse
<
T
,
IsArray
>
>
)
;
partial
:
boolean
;
previous
:
null
|
(
()
=>
Promise
<
PaginatedResponse
<
T
,
IsArray
>
>
)
;
total
?:
number
;
}
Type Parameters
T
IsArray
extends
boolean
=
true
Index
Properties
items
next
partial
previous
total?
Properties
items
items
:
IsArray
extends
true
?
T
[]
:
T
next
next
:
null
|
(
()
=>
Promise
<
PaginatedResponse
<
T
,
IsArray
>
>
)
partial
partial
:
boolean
previous
previous
:
null
|
(
()
=>
Promise
<
PaginatedResponse
<
T
,
IsArray
>
>
)
Optional
total
total
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
next
partial
previous
total
pl-api
Loading...