2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / FanContinuationItemsResult
|
|
|
|
|
|
|
|
# Interface: FanContinuationItemsResult<T\>
|
|
|
|
|
|
|
|
## Type parameters
|
|
|
|
|
|
|
|
| Name |
|
|
|
|
| :------ |
|
|
|
|
| `T` |
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [continuation](FanContinuationItemsResult.md#continuation)
|
|
|
|
- [items](FanContinuationItemsResult.md#items)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### continuation
|
|
|
|
|
|
|
|
• **continuation**: ``null`` \| [`FanItemsContinuation`](FanItemsContinuation.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/fan/FanItemsBaseParser.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanItemsBaseParser.ts#L22)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### items
|
|
|
|
|
|
|
|
• **items**: `T`[]
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 20:34:52 +02:00
|
|
|
[lib/fan/FanItemsBaseParser.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanItemsBaseParser.ts#L21)
|