mirror of
https://github.com/iptv-org/epg.git
synced 2026-07-12 06:08:43 +02:00
9 lines
137 B
TypeScript
9 lines
137 B
TypeScript
export type GuideData = {
|
|
channel: string
|
|
feed: string
|
|
site: string
|
|
site_id: string
|
|
site_name: string
|
|
lang: string
|
|
}
|