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
|
|
|
|
|
2023-10-28 14:55:26 +02:00
|
|
|
[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
|
|
|
|
|
2023-10-28 14:55:26 +02:00
|
|
|
[lib/fan/FanAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L20)
|