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

31 lines
637 B
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[bandcamp-fetch](../README.md) / FanAPIGetInfoParams
# Interface: FanAPIGetInfoParams
## Table of contents
### Properties
- [imageFormat](FanAPIGetInfoParams.md#imageformat)
- [username](FanAPIGetInfoParams.md#username)
## Properties
### imageFormat
**imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
[lib/fan/FanAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L21)
2023-06-10 16:52:27 +02:00
___
### username
**username**: `string`
#### Defined in
[lib/fan/FanAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L20)