import { MusicfetchServiceType } from '../types'; export type MusicfetchBrand = { key: MusicfetchServiceType; name: string; urlPattern: string; color: string; colorInverted?: string; /** * SVG icon string */ icon: string; countries?: string[]; };