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

Properties

Properties

title: string

Format: {artist} - {song_name}

url: string

What goes after the website's URL, like it could be the /s/689155 of https://osu.ppy.sh/s/689155 (/{beatmapset_id})