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

1.5 KiB

bandcamp-fetch / Artist

Interface: Artist

Hierarchy

Table of contents

Properties

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