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

112 lines
2.0 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](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L3)
___
### imageUrl
`Optional` **imageUrl**: `string`
#### Inherited from
[UserKind](UserKind.md).[imageUrl](UserKind.md#imageurl)
#### Defined in
[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L5)
___
### labelId
`Optional` **labelId**: `number`
#### Defined in
[lib/types/Label.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Label.ts#L6)
___
### location
`Optional` **location**: `string`
#### Inherited from
[UserKind](UserKind.md).[location](UserKind.md#location)
#### Defined in
[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L6)
___
### name
**name**: `string`
#### Inherited from
[UserKind](UserKind.md).[name](UserKind.md#name)
#### Defined in
[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L2)
___
### type
**type**: ``"label"``
#### Defined in
[lib/types/Label.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Label.ts#L5)
___
### url
`Optional` **url**: `string`
#### Inherited from
[UserKind](UserKind.md).[url](UserKind.md#url)
#### Defined in
[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L4)