112 lines
1.4 KiB
Markdown
112 lines
1.4 KiB
Markdown
|
[bandcamp-fetch](../README.md) / Label
|
||
|
|
||
|
# Interface: Label
|
||
|
|
||
|
## Hierarchy
|
||
|
|
||
|
- [`UserKind`](UserKind.md)
|
||
|
|
||
|
↳ **`Label`**
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Properties
|
||
|
|
||
|
- [description](Label.md#description)
|
||
|
- [imageUrl](Label.md#imageurl)
|
||
|
- [labelId](Label.md#labelid)
|
||
|
- [location](Label.md#location)
|
||
|
- [name](Label.md#name)
|
||
|
- [type](Label.md#type)
|
||
|
- [url](Label.md#url)
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### description
|
||
|
|
||
|
• `Optional` **description**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[UserKind](UserKind.md).[description](UserKind.md#description)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/UserKind.ts:3
|
||
|
|
||
|
___
|
||
|
|
||
|
### imageUrl
|
||
|
|
||
|
• `Optional` **imageUrl**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[UserKind](UserKind.md).[imageUrl](UserKind.md#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](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**: ``"label"``
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/Label.ts:5
|
||
|
|
||
|
___
|
||
|
|
||
|
### url
|
||
|
|
||
|
• `Optional` **url**: `string`
|
||
|
|
||
|
#### Inherited from
|
||
|
|
||
|
[UserKind](UserKind.md).[url](UserKind.md#url)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/types/UserKind.ts:4
|