interface Beatmap {
    title: string;
    url: string;
}

Properties

Properties

title: string

Format: {artist} - {song_name} [{difficulty_name}]

url: string

What goes after the website's URL, like it could be the /b/2980857?m=0 of https://osu.ppy.sh/b/2980857?m=0 (/{beatmap_id}?m={ruleset_id})