48 lines
962 B
Markdown
48 lines
962 B
Markdown
[bandcamp-fetch](../README.md) / FanPageItemsResult
|
|
|
|
# Interface: FanPageItemsResult<T\>
|
|
|
|
## Type parameters
|
|
|
|
| Name |
|
|
| :------ |
|
|
| `T` |
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [continuation](FanPageItemsResult.md#continuation)
|
|
- [items](FanPageItemsResult.md#items)
|
|
- [total](FanPageItemsResult.md#total)
|
|
|
|
## Properties
|
|
|
|
### continuation
|
|
|
|
• **continuation**: ``null`` \| [`FanItemsContinuation`](FanItemsContinuation.md)
|
|
|
|
#### Defined in
|
|
|
|
[lib/fan/FanItemsBaseParser.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/fan/FanItemsBaseParser.ts#L17)
|
|
|
|
___
|
|
|
|
### items
|
|
|
|
• **items**: `T`[]
|
|
|
|
#### Defined in
|
|
|
|
[lib/fan/FanItemsBaseParser.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/fan/FanItemsBaseParser.ts#L15)
|
|
|
|
___
|
|
|
|
### total
|
|
|
|
• **total**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[lib/fan/FanItemsBaseParser.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/fan/FanItemsBaseParser.ts#L16)
|