bandcamp-fetch/docs/api/interfaces/Artist.md
patrickkfkan be7010c217 v1.0.0
2023-06-10 22:52:27 +08:00

123 lines
1.5 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
___
### genre
`Optional` **genre**: `string`
#### Defined in
lib/types/Artist.ts:7
___
### imageUrl
`Optional` **imageUrl**: `string`
#### Inherited from
[UserKind](UserKind.md).[imageUrl](UserKind.md#imageurl)
#### Defined in
lib/types/UserKind.ts:5
___
### label
`Optional` **label**: [`Label`](Label.md)
#### Defined in
lib/types/Artist.ts:6
___
### location
`Optional` **location**: `string`
#### Inherited from
[UserKind](UserKind.md).[location](UserKind.md#location)
#### Defined in
lib/types/UserKind.ts:6
___
### name
**name**: `string`
#### Inherited from
[UserKind](UserKind.md).[name](UserKind.md#name)
#### Defined in
lib/types/UserKind.ts:2
___
### type
**type**: ``"artist"``
#### Defined in
lib/types/Artist.ts:5
___
### url
`Optional` **url**: `string`
#### Inherited from
[UserKind](UserKind.md).[url](UserKind.md#url)
#### Defined in
lib/types/UserKind.ts:4