53 lines
944 B
Markdown
53 lines
944 B
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:12
|
||
|
|
||
|
___
|
||
|
|
||
|
### artistImageFormat
|
||
|
|
||
|
• `Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/show/ShowAPI.ts:13
|
||
|
|
||
|
___
|
||
|
|
||
|
### showImageFormat
|
||
|
|
||
|
• `Optional` **showImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/show/ShowAPI.ts:14
|
||
|
|
||
|
___
|
||
|
|
||
|
### showUrl
|
||
|
|
||
|
• **showUrl**: `string`
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/show/ShowAPI.ts:11
|