bandcamp-fetch/docs/api/interfaces/FanAPIGetItemsParams.md

31 lines
708 B
Markdown
Raw Normal View History

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 20:34:52 +02:00
[lib/fan/FanAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L26)
2023-06-10 16:52:27 +02:00
___
### target
2023-10-28 20:34:52 +02:00
`Optional` **target**: `string` \| [`FanItemsContinuation`](FanItemsContinuation.md)
2023-06-10 16:52:27 +02:00
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/fan/FanAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L25)