Skip to content

Latest commit

 

History

History
101 lines (51 loc) · 2.03 KB

Label.md

File metadata and controls

101 lines (51 loc) · 2.03 KB

bandcamp-fetchDocs


bandcamp-fetch / Label

Interface: Label

Extends

Properties

description?

optional description: string

Inherited from

UserKind.description

Defined in

lib/types/UserKind.ts:3


imageUrl?

optional imageUrl: string

Inherited from

UserKind.imageUrl

Defined in

lib/types/UserKind.ts:5


labelId?

optional labelId: number

Defined in

lib/types/Label.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: "label"

Defined in

lib/types/Label.ts:5


url?

optional url: string

Inherited from

UserKind.url

Defined in

lib/types/UserKind.ts:4