2023-06-10 16:52:27 +02:00
|
|
|
[bandcamp-fetch](../README.md) / BandAPIGetDiscographyParams
|
|
|
|
|
|
|
|
# Interface: BandAPIGetDiscographyParams
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [bandUrl](BandAPIGetDiscographyParams.md#bandurl)
|
|
|
|
- [imageFormat](BandAPIGetDiscographyParams.md#imageformat)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### bandUrl
|
|
|
|
|
|
|
|
• **bandUrl**: `string`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-06-13 22:09:54 +02:00
|
|
|
[lib/band/BandAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/band/BandAPI.ts#L15)
|
2023-06-10 16:52:27 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### imageFormat
|
|
|
|
|
|
|
|
• `Optional` **imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2023-06-13 22:09:54 +02:00
|
|
|
[lib/band/BandAPI.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/band/BandAPI.ts#L16)
|