Files
epg/scripts/types/logo.d.ts
2025-07-18 22:51:01 +03:00

10 lines
164 B
TypeScript

export type LogoData = {
channel: string
feed: string | null
tags: string[]
width: number
height: number
format: string | null
url: string
}