Files
iptv/scripts/types/stream.d.ts
2025-07-10 21:13:43 +03:00

12 lines
237 B
TypeScript

export type StreamData = {
channel: string | null
feed: string | null
name: string | null
url: string
referrer: string | null
user_agent: string | null
quality: string | null
label: string | null
directives: string[]
}