export interface IBeatmapMetadata {
    title: string;
    artist: string;
    creator: string;
    difficulty: string;
}
