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