Type Alias: LimitPagination
type LimitPagination = object;
Defined in: gen/types.gen.ts:6409
Limit-based pagination
Properties
limit?
optional limit: number;
Defined in: gen/types.gen.ts:6413
The maximum number of items to return in one request.
type LimitPagination = object;
Defined in: gen/types.gen.ts:6409
Limit-based pagination
optional limit: number;
Defined in: gen/types.gen.ts:6413
The maximum number of items to return in one request.