PaginatedResult
Defined in: packages/database/src/types.ts:201
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”endCursor?
Section titled “endCursor?”
optionalendCursor?:string
Defined in: packages/database/src/types.ts:207
hasNextPage
Section titled “hasNextPage”hasNextPage:
boolean
Defined in: packages/database/src/types.ts:204
hasPreviousPage
Section titled “hasPreviousPage”hasPreviousPage:
boolean
Defined in: packages/database/src/types.ts:205
items:
T[]
Defined in: packages/database/src/types.ts:202
startCursor?
Section titled “startCursor?”
optionalstartCursor?:string
Defined in: packages/database/src/types.ts:206
totalCount
Section titled “totalCount”totalCount:
number
Defined in: packages/database/src/types.ts:203