2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / UserKind
|
|
|
|
|
|
|
|
# Interface: UserKind
|
|
|
|
|
|
|
|
## Hierarchy
|
|
|
|
|
|
|
|
- **`UserKind`**
|
|
|
|
|
|
|
|
↳ [`Artist`](Artist.md)
|
|
|
|
|
|
|
|
↳ [`Fan`](Fan.md)
|
|
|
|
|
|
|
|
↳ [`Label`](Label.md)
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [description](UserKind.md#description)
|
|
|
|
- [imageUrl](UserKind.md#imageurl)
|
|
|
|
- [location](UserKind.md#location)
|
|
|
|
- [name](UserKind.md#name)
|
|
|
|
- [url](UserKind.md#url)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### description
|
|
|
|
|
|
|
|
• `Optional` **description**: `string`
|
|
|
|
|
|
|
|
#### 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`
|
|
|
|
|
|
|
|
#### 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
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### location
|
|
|
|
|
|
|
|
• `Optional` **location**: `string`
|
|
|
|
|
|
|
|
#### 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`
|
|
|
|
|
|
|
|
#### 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
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### url
|
|
|
|
|
|
|
|
• `Optional` **url**: `string`
|
|
|
|
|
|
|
|
#### 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)
|