48 lines
659 B
Markdown
48 lines
659 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
|
||
|
|
||
|
___
|
||
|
|
||
|
### items
|
||
|
|
||
|
• **items**: `T`[]
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/fan/FanItemsBaseParser.ts:15
|
||
|
|
||
|
___
|
||
|
|
||
|
### total
|
||
|
|
||
|
• **total**: `number`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/fan/FanItemsBaseParser.ts:16
|