@limitry/client - v0.4.1
Docs
GitHub
Preparing search index...
PaginatedResponse
Interface PaginatedResponse<T>
Pagination utilities for cursor-based pagination
interface
PaginatedResponse
<
T
>
{
data
:
T
[]
;
hasMore
:
boolean
;
nextCursor
?:
string
;
}
Type Parameters
T
Index
Properties
data
has
More
next
Cursor?
Properties
data
data
:
T
[]
has
More
hasMore
:
boolean
Optional
next
Cursor
nextCursor
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
has
More
next
Cursor
Docs
GitHub
@limitry/client - v0.4.1
Loading...
Pagination utilities for cursor-based pagination