SearchcriteriaFiltersValue
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | (optional) string | The type of filter, e.g., "TERMS" or "RANGE". | [default to undefined] |
| terms | (optional) Array<string> | Terms to filter by (for "TERMS" type). | [default to undefined] |
| range | (optional) SearchcriteriaFiltersValueRange | [default to undefined] |