Interface: CursorPage<T>
Defined in: ts/src/pages.ts:22
Cursor pagination result (no total/page — those are offset-only).
Type Parameters
T
T
Properties
hasNext
hasNext:
boolean
Defined in: ts/src/pages.ts:25
hasPrevious
hasPrevious:
boolean
Defined in: ts/src/pages.ts:26
items
items:
T[]
Defined in: ts/src/pages.ts:23
limit
limit:
number
Defined in: ts/src/pages.ts:24
nextCursor
nextCursor:
string|null
Defined in: ts/src/pages.ts:27
previousCursor
previousCursor:
string|null
Defined in: ts/src/pages.ts:28