itd-api / PageState
Interface: PageState
Defined in: resources/pagination.ts:55
Позиция, с которой запрашивается очередная страница.
Properties
cursor?
ts
optional cursor?: string;Defined in: resources/pagination.ts:56
offset?
ts
optional offset?: number;Defined in: resources/pagination.ts:58
page?
ts
optional page?: number;Defined in: resources/pagination.ts:57