1 2 3 4 5
export interface Song { artist: string; name: string; youtubeId: string; }
[PATCH repo_name]