interface IssueResolveOrReopen {
    beatmapset: WithUserHype;
    comment: WithDiscussionidPostid;
    created_at: Date;
    discussion: WithStartingpost;
    id: number;
    type: "issue_resolve" | "issue_reopen";
    user_id: number;
}

Hierarchy

  • WithUserid
  • WithBeatmapset
  • WithDiscussion
    • IssueResolveOrReopen

Properties

beatmapset: WithUserHype
created_at: Date
discussion: WithStartingpost
id: number
type: "issue_resolve" | "issue_reopen"

"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