123 lines
2.2 KiB
Markdown
123 lines
2.2 KiB
Markdown
[bandcamp-fetch](../README.md) / Artist
|
|
|
|
# Interface: Artist
|
|
|
|
## Hierarchy
|
|
|
|
- [`UserKind`](UserKind.md)
|
|
|
|
↳ **`Artist`**
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [description](Artist.md#description)
|
|
- [genre](Artist.md#genre)
|
|
- [imageUrl](Artist.md#imageurl)
|
|
- [label](Artist.md#label)
|
|
- [location](Artist.md#location)
|
|
- [name](Artist.md#name)
|
|
- [type](Artist.md#type)
|
|
- [url](Artist.md#url)
|
|
|
|
## Properties
|
|
|
|
### description
|
|
|
|
• `Optional` **description**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[UserKind](UserKind.md).[description](UserKind.md#description)
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L3)
|
|
|
|
___
|
|
|
|
### genre
|
|
|
|
• `Optional` **genre**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Artist.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Artist.ts#L7)
|
|
|
|
___
|
|
|
|
### imageUrl
|
|
|
|
• `Optional` **imageUrl**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[UserKind](UserKind.md).[imageUrl](UserKind.md#imageurl)
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L5)
|
|
|
|
___
|
|
|
|
### label
|
|
|
|
• `Optional` **label**: [`Label`](Label.md)
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Artist.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Artist.ts#L6)
|
|
|
|
___
|
|
|
|
### location
|
|
|
|
• `Optional` **location**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[UserKind](UserKind.md).[location](UserKind.md#location)
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L6)
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[UserKind](UserKind.md).[name](UserKind.md#name)
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L2)
|
|
|
|
___
|
|
|
|
### type
|
|
|
|
• **type**: ``"artist"``
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/Artist.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Artist.ts#L5)
|
|
|
|
___
|
|
|
|
### url
|
|
|
|
• `Optional` **url**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[UserKind](UserKind.md).[url](UserKind.md#url)
|
|
|
|
#### Defined in
|
|
|
|
[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L4)
|