PaginatedResponse
@liquidium/client / PaginatedResponse
Interface: PaginatedResponse<T>
Defined in: packages/client/src/modules/history/types.ts:96
Generic SDK API paginated response.
Type Parameters
T
T
Properties
items
items:
T[]
Defined in: packages/client/src/modules/history/types.ts:98
Items in the current page.
nextCursor?
optionalnextCursor?:string
Defined in: packages/client/src/modules/history/types.ts:100
Cursor for the next page when more results are available.