2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / FanAPIGetItemsParams
|
|
|
|
|
|
|
|
# Interface: FanAPIGetItemsParams
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [imageFormat](FanAPIGetItemsParams.md#imageformat)
|
|
|
|
- [target](FanAPIGetItemsParams.md#target)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### imageFormat
|
|
|
|
|
|
|
|
• `Optional` **imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 14:55:26 +02:00
|
|
|
[lib/fan/FanAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L26)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### target
|
|
|
|
|
|
|
|
• **target**: `string` \| [`FanItemsContinuation`](FanItemsContinuation.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-10-28 14:55:26 +02:00
|
|
|
[lib/fan/FanAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L25)
|