31 lines
648 B
Markdown
31 lines
648 B
Markdown
[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/7bb1899/src/lib/fan/FanAPI.ts#L21)
|
|
|
|
___
|
|
|
|
### username
|
|
|
|
• `Optional` **username**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[lib/fan/FanAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/fan/FanAPI.ts#L20)
|