Skip to main content

Interface: CursorPaginationMeta

Defined in: types/entry.types.ts:491

Pagination metadata for cursor-based pagination

Properties​

hasMore​

hasMore: boolean

Defined in: types/entry.types.ts:492


newestSequence​

newestSequence: number | null

Defined in: types/entry.types.ts:494


oldestSequence​

oldestSequence: number | null

Defined in: types/entry.types.ts:493


total​

total: number

Defined in: types/entry.types.ts:495