@oneplatform/sdk / CursorResult
Interface: CursorResult\<T>¶
Defined in: packages/sdk/src/types/pagination.ts:31
Raw cursor-paginated response from the server.
Type Parameters¶
T¶
T
Properties¶
items¶
readonlyitems:T[]
Defined in: packages/sdk/src/types/pagination.ts:32
nextCursor¶
readonlynextCursor:string|null
Defined in: packages/sdk/src/types/pagination.ts:33
total¶
readonlytotal:number|null
Defined in: packages/sdk/src/types/pagination.ts:34