Skip to content

Latest commit

 

History

History
137 lines (69 loc) · 2.85 KB

File metadata and controls

137 lines (69 loc) · 2.85 KB

bandcamp-fetchDocs


bandcamp-fetch / Show

Interface: Show

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:13


imageUrl?

optional imageUrl: string

Defined in

lib/types/Show.ts:15


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:16


shortDescription?

optional shortDescription: string

Defined in

lib/types/Show.ts:9


streamUrl?

optional streamUrl: string

Defined in

lib/types/Show.ts:11


subtitle?

optional subtitle: string

Defined in

lib/types/Show.ts:14


tracks?

optional tracks: Omit<Track, "type">[]

Defined in

lib/types/Show.ts:12


type

type: "show"

Defined in

lib/types/Show.ts:4


url

url: string

Defined in

lib/types/Show.ts:6