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