bandcamp-fetch/docs/api/interfaces/BandAPIGetInfoParams.md
2023-10-30 01:25:17 +08:00

42 lines
889 B
Markdown

[bandcamp-fetch](../README.md) / BandAPIGetInfoParams
# Interface: BandAPIGetInfoParams
## Table of contents
### Properties
- [bandUrl](BandAPIGetInfoParams.md#bandurl)
- [imageFormat](BandAPIGetInfoParams.md#imageformat)
- [labelId](BandAPIGetInfoParams.md#labelid)
## Properties
### bandUrl
**bandUrl**: `string`
#### Defined in
[lib/band/BandAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/band/BandAPI.ts#L19)
___
### imageFormat
`Optional` **imageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
[lib/band/BandAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/band/BandAPI.ts#L20)
___
### labelId
`Optional` **labelId**: `number`
#### Defined in
[lib/band/BandAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/band/BandAPI.ts#L21)