export interface AlbumRow { name: string url: string } export interface TrackRow { name: string url: string format: string fileName: string }