bandcamp-fetch/docs/api/interfaces/Fan.md

167 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / Fan
# Interface: Fan
## Hierarchy
- [`UserKind`](UserKind.md)
**`Fan`**
## Table of contents
### Properties
- [collectionItemCount](Fan.md#collectionitemcount)
- [description](Fan.md#description)
- [followingArtistsAndLabelsCount](Fan.md#followingartistsandlabelscount)
- [followingGenresCount](Fan.md#followinggenrescount)
- [imageUrl](Fan.md#imageurl)
- [location](Fan.md#location)
- [name](Fan.md#name)
- [type](Fan.md#type)
- [url](Fan.md#url)
- [username](Fan.md#username)
- [websiteUrl](Fan.md#websiteurl)
- [wishlistItemCount](Fan.md#wishlistitemcount)
## Properties
### collectionItemCount
**collectionItemCount**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Fan.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Fan.ts#L10)
2023-06-10 16:52:27 +02:00
___
### description
`Optional` **description**: `string`
#### Inherited from
[UserKind](UserKind.md).[description](UserKind.md#description)
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L3)
2023-06-10 16:52:27 +02:00
___
### followingArtistsAndLabelsCount
**followingArtistsAndLabelsCount**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Fan.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Fan.ts#L8)
2023-06-10 16:52:27 +02:00
___
### followingGenresCount
**followingGenresCount**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Fan.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Fan.ts#L7)
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-29 18:25:17 +01:00
[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L5)
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-29 18:25:17 +01:00
[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/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-29 18:25:17 +01:00
[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L2)
2023-06-10 16:52:27 +02:00
___
### type
**type**: ``"fan"``
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Fan.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Fan.ts#L4)
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-29 18:25:17 +01:00
[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/UserKind.ts#L4)
2023-06-10 16:52:27 +02:00
___
### username
**username**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Fan.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Fan.ts#L5)
2023-06-10 16:52:27 +02:00
___
### websiteUrl
**websiteUrl**: `string`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Fan.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Fan.ts#L6)
2023-06-10 16:52:27 +02:00
___
### wishlistItemCount
**wishlistItemCount**: `number`
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/types/Fan.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/types/Fan.ts#L9)