Preparing search index...
The search index is not available
@coinbase/coinbase-sdk
@coinbase/coinbase-sdk
coinbase/types
PaginationResponse
Interface PaginationResponse<T>
Paginated list response.
interface
PaginationResponse
<
T
>
{
data
:
T
[]
;
hasMore
:
boolean
;
nextPage
:
undefined
|
string
;
}
Type Parameters
T
Index
Properties
data
has
More
next
Page
Properties
data
data
:
T
[]
has
More
has
More
:
boolean
next
Page
next
Page
:
undefined
|
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
data
has
More
next
Page
@coinbase/coinbase-sdk
Loading...
Paginated list response.