Files
iptv/scripts/types/stream.d.ts
2025-04-16 20:54:55 +03:00

11 lines
214 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
}