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

    Interface OffsetEdit

    interface OffsetEdit {
        beatmapset?: WithUserHype;
        comment: WithDiscussionidPostidOldoffsetNewoffset;
        created_at: Date;
        id: number;
        type: "offset_edit";
        user_id: number;
    }

    Hierarchy

    • WithUserid
    • WithOptionalBeatmapset
      • OffsetEdit
    Index

    Properties

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

    "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