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