SearchContent src/Interface.ts#L202
The object structure returned by the [Client.search] function.
Properties:
| Name | Type | Description |
|---|---|---|
| albums | Album[] | the album search results. OPTIONAL |
| artists | Artist[] | The artists search results. OPTIONAL |
| episodes | Episode[] | The episode search results. OPTIONAL |
| shows | Show[] | The show search results. OPTIONAL |
| tracks | Track[] | The track search results. OPTIONAL |