interface Nominate {
    beatmapset: WithUserHype;
    comment: WithModes;
    created_at: Date;
    id: number;
    type: "nominate";
    user_id: number;
}

Hierarchy

  • WithUserid
  • WithBeatmapset
    • Nominate

Properties

beatmapset: WithUserHype
comment: WithModes
created_at: Date
id: number
type: "nominate"

"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

user_id: number