[bandcamp-fetch](../README.md) / SearchResultItem # Interface: SearchResultItem ## Hierarchy - **`SearchResultItem`** ↳ [`SearchResultArtist`](SearchResultArtist.md) ↳ [`SearchResultLabel`](SearchResultLabel.md) ↳ [`SearchResultAlbum`](SearchResultAlbum.md) ↳ [`SearchResultTrack`](SearchResultTrack.md) ↳ [`SearchResultFan`](SearchResultFan.md) ## Table of contents ### Properties - [imageUrl](SearchResultItem.md#imageurl) - [name](SearchResultItem.md#name) - [type](SearchResultItem.md#type) - [url](SearchResultItem.md#url) ## Properties ### imageUrl • `Optional` **imageUrl**: `string` #### Defined in [lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L10) ___ ### name • **name**: `string` #### Defined in [lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L8) ___ ### type • **type**: ``"track"`` \| ``"label"`` \| ``"artist"`` \| ``"album"`` \| ``"fan"`` #### Defined in [lib/types/Search.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L7) ___ ### url • **url**: `string` #### Defined in [lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L9)