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

53 lines
1.3 KiB
Markdown

[bandcamp-fetch](../README.md) / ShowAPIGetShowParams
# Interface: ShowAPIGetShowParams
## Table of contents
### Properties
- [albumImageFormat](ShowAPIGetShowParams.md#albumimageformat)
- [artistImageFormat](ShowAPIGetShowParams.md#artistimageformat)
- [showImageFormat](ShowAPIGetShowParams.md#showimageformat)
- [showUrl](ShowAPIGetShowParams.md#showurl)
## Properties
### albumImageFormat
`Optional` **albumImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
[lib/show/ShowAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/show/ShowAPI.ts#L11)
___
### artistImageFormat
`Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
[lib/show/ShowAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/show/ShowAPI.ts#L12)
___
### showImageFormat
`Optional` **showImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
[lib/show/ShowAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/show/ShowAPI.ts#L13)
___
### showUrl
**showUrl**: `string`
#### Defined in
[lib/show/ShowAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7bb1899/src/lib/show/ShowAPI.ts#L10)