Skip to content

Type Alias: Pagination

Pagination = object

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

Pagination state returned alongside connection lists.

Properties

hasNext

hasNext: boolean

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


hasPrevious

hasPrevious: boolean

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


nextCursor?

optional nextCursor?: string

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


previousCursor?

optional previousCursor?: string

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

Released under the MIT License