You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
BaseSearch
export interface BaseSearch {
limit?: number;
offset?: number;
sort?: string[];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
limit | Optional | number | |
offset | Optional | number | |
sort | Optional | string[] |