Skip to content

Latest commit

 

History

History
111 lines (56 loc) · 2.25 KB

Artist.md

File metadata and controls

111 lines (56 loc) · 2.25 KB

bandcamp-fetchDocs


bandcamp-fetch / Artist

Interface: Artist

Extends

Properties

description?

optional description: string

Inherited from

UserKind.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.imageUrl

Defined in

lib/types/UserKind.ts:5


label?

optional label: Label

Defined in

lib/types/Artist.ts:6


location?

optional location: string

Inherited from

UserKind.location

Defined in

lib/types/UserKind.ts:6


name

name: string

Inherited from

UserKind.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.url

Defined in

lib/types/UserKind.ts:4