Page
@forge/monorepo / backend/src / Page
Type Alias: Page<T>
Page<
T> =object
Defined in: backend/src/core/context.ts:80
Stable cursor pagination, required of every list method.
Type Parameters
T
T
Properties
items
readonlyitems: readonlyT[]
Defined in: backend/src/core/context.ts:81
nextCursor?
readonlyoptionalnextCursor?:string
Defined in: backend/src/core/context.ts:82