mirror of
https://github.com/iptv-org/epg.git
synced 2026-06-17 01:58:32 +02:00
9 lines
163 B
TypeScript
9 lines
163 B
TypeScript
export interface ChannelGuideObject {
|
|
channel: string | null
|
|
feed: string | null
|
|
site: string
|
|
site_id: string
|
|
site_name: string
|
|
lang: string
|
|
}
|