Type Alias: OffsetPagination
type OffsetPagination = object;
Defined in: gen/types.gen.ts:6419
Offset-based pagination
Properties
from?
optional from: number;
Defined in: gen/types.gen.ts:6423
The index of items to start searching from.
limit?
optional limit: number;
Defined in: gen/types.gen.ts:6427
The maximum number of items to return in one request.