Interface WithBeatmapsetChecksumMaxcombo

interface WithBeatmapsetChecksumMaxcombo {
    beatmapset: Beatmapset;
    beatmapset_id: number;
    checksum: string;
    difficulty_rating: number;
    id: number;
    max_combo: number;
    mode: "osu" | "taiko" | "fruits" | "mania";
    status: string;
    total_length: number;
    user_id: number;
    version: string;
}

Hierarchy (View Summary)

Properties

beatmapset: Beatmapset
beatmapset_id: number
checksum: string
difficulty_rating: number
id: number
max_combo: number
mode: "osu" | "taiko" | "fruits" | "mania"
status: string
total_length: number
user_id: number
version: string

The name of the difficulty, maybe something like "Someone's Insane"