Skip to content

Type Alias: Pagination

Pagination = object

Defined in: packages/fate/src/types.ts:113

Pagination state returned alongside connection lists.

Properties

hasNext

hasNext: boolean

Defined in: packages/fate/src/types.ts:114


hasPrevious

hasPrevious: boolean

Defined in: packages/fate/src/types.ts:115


nextCursor?

optional nextCursor: string

Defined in: packages/fate/src/types.ts:116


previousCursor?

optional previousCursor: string

Defined in: packages/fate/src/types.ts:117

Released under the MIT License