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

3.0 KiB

bandcamp-fetch / Show

Interface: Show

Table of contents

Properties

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, "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