osu-api-v2-js
    Preparing search index...

    Interface NominationReset

    interface NominationReset {
        beatmapset?: WithUserHype;
        comment: WithDiscussionidPostidNominatorsids;
        created_at: Date;
        discussion: WithStartingpost;
        id: number;
        type: "nomination_reset";
        user_id: number;
    }

    Hierarchy

    • WithUserid
    • WithOptionalBeatmapset
    • WithDiscussion
      • NominationReset
    Index

    Properties

    beatmapset?: WithUserHype
    created_at: Date
    discussion: WithStartingpost
    id: number
    type: "nomination_reset"

    "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