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