interface QualifyORRank {
    beatmapset: WithUserHype;
    comment: null;
    created_at: Date;
    id: number;
    type: "qualify" | "rank";
}

Hierarchy

  • WithBeatmapset
    • QualifyORRank

Properties

beatmapset: WithUserHype
comment: null
created_at: Date
id: number
type: "qualify" | "rank"

"approve" is currently not used, it's here just in case that ever changes https://github.com/ppy/osu-web/blob/master/app/Models/BeatmapsetEvent.php