Skip to content

Type Alias: Pagination

Pagination = object

Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:1100

Pagination state returned alongside connection lists.

Properties

hasNext

hasNext: boolean

Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:1101


hasPrevious

hasPrevious: boolean

Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:1102


nextCursor?

optional nextCursor?: string

Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:1103


previousCursor?

optional previousCursor?: string

Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:1104

Released under the MIT License