export interface Song { artist: string; name: string; youtubeId: string; }