bandcamp-fetch/docs/api/interfaces/FanAPIGetItemsParams.md
2023-10-30 01:25:17 +08:00

31 lines
708 B
Markdown

[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
[lib/fan/FanAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/fan/FanAPI.ts#L26)
___
### target
`Optional` **target**: `string` \| [`FanItemsContinuation`](FanItemsContinuation.md)
#### Defined in
[lib/fan/FanAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/fan/FanAPI.ts#L25)