2023-06-10 16:52:27 +02:00
|
|
|
[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
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L16)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### imageUrl
|
|
|
|
|
|
|
|
• `Optional` **imageUrl**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[SearchResultItem](SearchResultItem.md).[imageUrl](SearchResultItem.md#imageurl)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L10)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### location
|
|
|
|
|
|
|
|
• `Optional` **location**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L15)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### name
|
|
|
|
|
|
|
|
• **name**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[SearchResultItem](SearchResultItem.md).[name](SearchResultItem.md#name)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L8)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### tags
|
|
|
|
|
|
|
|
• `Optional` **tags**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L17)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### type
|
|
|
|
|
|
|
|
• **type**: ``"artist"``
|
|
|
|
|
|
|
|
#### Overrides
|
|
|
|
|
|
|
|
[SearchResultItem](SearchResultItem.md).[type](SearchResultItem.md#type)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L14)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### url
|
|
|
|
|
|
|
|
• **url**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[SearchResultItem](SearchResultItem.md).[url](SearchResultItem.md#url)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-29 18:25:17 +01:00
|
|
|
[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Search.ts#L9)
|