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

53 lines
1.3 KiB
Markdown
Raw Normal View History

2023-06-10 16:52:27 +02:00
[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
2023-10-28 20:34:52 +02:00
[lib/show/ShowAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L11)
2023-06-10 16:52:27 +02:00
___
### artistImageFormat
`Optional` **artistImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/show/ShowAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L12)
2023-06-10 16:52:27 +02:00
___
### showImageFormat
`Optional` **showImageFormat**: `string` \| `number` \| [`ImageFormat`](ImageFormat.md)
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/show/ShowAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L13)
2023-06-10 16:52:27 +02:00
___
### showUrl
**showUrl**: `string`
#### Defined in
2023-10-28 20:34:52 +02:00
[lib/show/ShowAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L10)