interface RemoveFromLoved {
    beatmapset?: WithUserHype;
    comment: WithDiscussionidPostidReason;
    created_at: Date;
    id: number;
    type: "remove_from_loved";
    user_id: number;
}

Hierarchy

  • WithUserid
  • WithOptionalBeatmapset
    • RemoveFromLoved

Properties

beatmapset?: WithUserHype
created_at: Date
id: number
type: "remove_from_loved"

"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