mirror of
https://github.com/iptv-org/epg.git
synced 2026-07-23 19:47:44 +02:00
10 lines
164 B
TypeScript
10 lines
164 B
TypeScript
export type LogoData = {
|
|
channel: string
|
|
feed: string | null
|
|
tags: string[]
|
|
width: number
|
|
height: number
|
|
format: string | null
|
|
url: string
|
|
}
|