[bandcamp-fetch](../README.md) / SearchResultTrack # Interface: SearchResultTrack ## Hierarchy - [`SearchResultItem`](SearchResultItem.md) ↳ **`SearchResultTrack`** ## Table of contents ### Properties - [album](SearchResultTrack.md#album) - [artist](SearchResultTrack.md#artist) - [imageUrl](SearchResultTrack.md#imageurl) - [name](SearchResultTrack.md#name) - [releaseDate](SearchResultTrack.md#releasedate) - [tags](SearchResultTrack.md#tags) - [type](SearchResultTrack.md#type) - [url](SearchResultTrack.md#url) ## Properties ### album • `Optional` **album**: `string` #### Defined in [lib/types/Search.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L37) ___ ### artist • `Optional` **artist**: `string` #### Defined in [lib/types/Search.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L36) ___ ### imageUrl • `Optional` **imageUrl**: `string` #### Inherited from [SearchResultItem](SearchResultItem.md).[imageUrl](SearchResultItem.md#imageurl) #### Defined in [lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L10) ___ ### name • **name**: `string` #### Inherited from [SearchResultItem](SearchResultItem.md).[name](SearchResultItem.md#name) #### Defined in [lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L8) ___ ### releaseDate • `Optional` **releaseDate**: `string` #### Defined in [lib/types/Search.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L38) ___ ### tags • `Optional` **tags**: `string` #### Defined in [lib/types/Search.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L39) ___ ### type • **type**: ``"track"`` #### Overrides [SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type) #### Defined in [lib/types/Search.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L35) ___ ### url • **url**: `string` #### Inherited from [SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url) #### Defined in [lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/types/Search.ts#L9)