159 lines
1.8 KiB
Markdown
159 lines
1.8 KiB
Markdown
[bandcamp-fetch](../README.md) / Show
|
|
|
|
# Interface: Show
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [description](Show.md#description)
|
|
- [duration](Show.md#duration)
|
|
- [imageCaption](Show.md#imagecaption)
|
|
- [imageUrl](Show.md#imageurl)
|
|
- [name](Show.md#name)
|
|
- [publishedDate](Show.md#publisheddate)
|
|
- [screenImageUrl](Show.md#screenimageurl)
|
|
- [shortDescription](Show.md#shortdescription)
|
|
- [streamUrl](Show.md#streamurl)
|
|
- [subtitle](Show.md#subtitle)
|
|
- [tracks](Show.md#tracks)
|
|
- [type](Show.md#type)
|
|
- [url](Show.md#url)
|
|
|
|
## Properties
|
|
|
|
### description
|
|
|
|
• **description**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:8
|
|
|
|
___
|
|
|
|
### duration
|
|
|
|
• `Optional` **duration**: `number`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:10
|
|
|
|
___
|
|
|
|
### imageCaption
|
|
|
|
• **imageCaption**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:16
|
|
|
|
___
|
|
|
|
### imageUrl
|
|
|
|
• `Optional` **imageUrl**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:18
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:5
|
|
|
|
___
|
|
|
|
### publishedDate
|
|
|
|
• **publishedDate**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:7
|
|
|
|
___
|
|
|
|
### screenImageUrl
|
|
|
|
• **screenImageUrl**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:19
|
|
|
|
___
|
|
|
|
### shortDescription
|
|
|
|
• `Optional` **shortDescription**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:9
|
|
|
|
___
|
|
|
|
### streamUrl
|
|
|
|
• `Optional` **streamUrl**: `Object`
|
|
|
|
#### Type declaration
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `mp3-128?` | `string` |
|
|
| `opus-lo?` | `string` |
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:11
|
|
|
|
___
|
|
|
|
### subtitle
|
|
|
|
• **subtitle**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:17
|
|
|
|
___
|
|
|
|
### tracks
|
|
|
|
• `Optional` **tracks**: `Omit`<[`Track`](Track.md), ``"type"``\>[]
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:15
|
|
|
|
___
|
|
|
|
### type
|
|
|
|
• **type**: ``"show"``
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:4
|
|
|
|
___
|
|
|
|
### url
|
|
|
|
• **url**: `string`
|
|
|
|
#### Defined in
|
|
|
|
lib/types/Show.ts:6
|