108 lines
1.5 KiB
Markdown
108 lines
1.5 KiB
Markdown
|
[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
|
||
|
|
||
|
___
|
||
|
|
||
|
### imageUrl
|
||
|
|
||
|
• `Optional` **imageUrl**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[imageUrl](SearchResultItem.md#imageurl)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:10
|
||
|
|
||
|
___
|
||
|
|
||
|
### location
|
||
|
|
||
|
• `Optional` **location**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:15
|
||
|
|
||
|
___
|
||
|
|
||
|
### name
|
||
|
|
||
|
• **name**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[name](SearchResultItem.md#name)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:8
|
||
|
|
||
|
___
|
||
|
|
||
|
### tags
|
||
|
|
||
|
• `Optional` **tags**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:17
|
||
|
|
||
|
___
|
||
|
|
||
|
### type
|
||
|
|
||
|
• **type**: ``"artist"``
|
||
|
|
||
|
#### Overrides
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:14
|
||
|
|
||
|
___
|
||
|
|
||
|
### url
|
||
|
|
||
|
• **url**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Search.ts:9
|