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

31 lines
648 B
Markdown
Raw Permalink 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
2023-10-29 18:25:17 +01:00
[lib/fan/FanAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/fan/FanAPI.ts#L21)
2023-06-10 16:52:27 +02:00
___
### username
2023-10-28 20:34:52 +02:00
`Optional` **username**: `string`
2023-06-10 16:52:27 +02:00
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/fan/FanAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/fan/FanAPI.ts#L20)