Files
epg/scripts/types/stream.d.ts

11 lines
211 B
TypeScript

export interface StreamData {
channel: string | null
feed: string | null
name?: string
url: string
referrer: string | null
user_agent: string | null
quality: string | null
label: string | null
}