bandcamp-fetch/docs/api/interfaces/BandAPIGetDiscographyParams.md
2023-06-14 04:09:54 +08:00

31 lines
684 B
Markdown

[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
[lib/band/BandAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/band/BandAPI.ts#L15)
___
### imageFormat
`Optional` **imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
[lib/band/BandAPI.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/band/BandAPI.ts#L16)