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

31 lines
554 B
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / FanItemsContinuation
# Interface: FanItemsContinuation
## Table of contents
### Properties
- [fanId](FanItemsContinuation.md#fanid)
- [token](FanItemsContinuation.md#token)
## Properties
### fanId
**fanId**: `number`
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/types/Fan.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L14)
2023-06-10 16:52:27 +02:00
___
### token
**token**: `string`
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/types/Fan.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L15)