Files
epg/scripts/types/logo.d.ts

10 lines
158 B
TypeScript

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