PaginatedResult
Defined in: packages/memory-stm/src/types.ts:35
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”endCursor?
Section titled “endCursor?”
optionalendCursor?:string
Defined in: packages/memory-stm/src/types.ts:41
hasNextPage
Section titled “hasNextPage”hasNextPage:
boolean
Defined in: packages/memory-stm/src/types.ts:38
hasPreviousPage
Section titled “hasPreviousPage”hasPreviousPage:
boolean
Defined in: packages/memory-stm/src/types.ts:39
items:
T[]
Defined in: packages/memory-stm/src/types.ts:36
startCursor?
Section titled “startCursor?”
optionalstartCursor?:string
Defined in: packages/memory-stm/src/types.ts:40
totalCount
Section titled “totalCount”totalCount:
number
Defined in: packages/memory-stm/src/types.ts:37