2023-06-10 16:52:27 +02:00
|
|
|
[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
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L3)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### imageUrl
|
|
|
|
|
|
|
|
• `Optional` **imageUrl**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[UserKind](UserKind.md).[imageUrl](UserKind.md#imageurl)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L5)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### labelId
|
|
|
|
|
|
|
|
• `Optional` **labelId**: `number`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/types/Label.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Label.ts#L6)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### location
|
|
|
|
|
|
|
|
• `Optional` **location**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[UserKind](UserKind.md).[location](UserKind.md#location)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L6)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### name
|
|
|
|
|
|
|
|
• **name**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[UserKind](UserKind.md).[name](UserKind.md#name)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L2)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### type
|
|
|
|
|
|
|
|
• **type**: ``"label"``
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/types/Label.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Label.ts#L5)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### url
|
|
|
|
|
|
|
|
• `Optional` **url**: `string`
|
|
|
|
|
|
|
|
#### Inherited from
|
|
|
|
|
|
|
|
[UserKind](UserKind.md).[url](UserKind.md#url)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L4)
|