bandcamp-fetch/docs/api/interfaces/Artist.md
2023-10-30 01:25:17 +08:00

2.2 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