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

31 lines
684 B
Markdown
Raw Permalink Normal View History

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-10-29 18:25:17 +01:00
[lib/band/BandAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/band/BandAPI.ts#L14)
2023-06-10 16:52:27 +02:00
___
### imageFormat
`Optional` **imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
2023-10-29 18:25:17 +01:00
[lib/band/BandAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/band/BandAPI.ts#L15)