ClientSearchOptions src/Interface.ts#L196
extends SearchOptions
The options structure for search functions in the client.
Properties:
Name | Type | Description |
---|---|---|
includeExternalAudio | boolean | If true, the response will include any relevant audio content that is hosted externally. OPTIONAL |
limit | number | The limit of the results. OPTIONAL |
market | string | If a country code is specified, only content that is playable in that market is returned. OPTIONAL |
offset | number | The offset index of the results. OPTIONAL |
types | SearchType[] | The list of item types to search across. |