bandcamp-fetch/docs/api/interfaces/FanPageItemsResult.md
patrickkfkan be7010c217 v1.0.0
2023-06-10 22:52:27 +08:00

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