Interface: CursorPage<T>
Defined in: src/http/pagination.ts:24
Type Parameters
T
T
Properties
items
ts
items: readonly T[];Defined in: src/http/pagination.ts:25
next
ts
next: string | null | undefined;Defined in: src/http/pagination.ts:27
다음 페이지 커서. null/undefined/빈 문자열이면 마지막 페이지.