[bandcamp-fetch](../README.md) / SearchResultArtist # Interface: SearchResultArtist ## Hierarchy - [`SearchResultItem`](SearchResultItem.md) ↳ **`SearchResultArtist`** ## Table of contents ### Properties - [genre](SearchResultArtist.md#genre) - [imageUrl](SearchResultArtist.md#imageurl) - [location](SearchResultArtist.md#location) - [name](SearchResultArtist.md#name) - [tags](SearchResultArtist.md#tags) - [type](SearchResultArtist.md#type) - [url](SearchResultArtist.md#url) ## Properties ### genre • `Optional` **genre**: `string` #### Defined in [lib/types/Search.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L16) ___ ### 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/7bb1899/src/lib/types/Search.ts#L10) ___ ### location • `Optional` **location**: `string` #### Defined in [lib/types/Search.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L15) ___ ### 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/7bb1899/src/lib/types/Search.ts#L8) ___ ### tags • `Optional` **tags**: `string` #### Defined in [lib/types/Search.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L17) ___ ### type • **type**: ``"artist"`` #### Overrides [SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type) #### Defined in [lib/types/Search.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L14) ___ ### 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/7bb1899/src/lib/types/Search.ts#L9)