StoresWhereSearch
interface StoresWhereSearch extends BaseSearch {
id?: string;
ids?: string[];
key?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Optional | string | |
ids | Optional | string[] | |
key | Optional | string |
interface StoresWhereSearch extends BaseSearch {
id?: string;
ids?: string[];
key?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
id | Optional | string | |
ids | Optional | string[] | |
key | Optional | string |