export type StreamData = { channel: string | null feed: string | null title: string url: string referrer: string | null user_agent: string | null quality: string | null label: string | null }