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

    Interface RankLost

    API.getEvents

    interface RankLost {
        beatmap: Event.SharedProperties.Beatmap;
        created_at: Date;
        id: number;
        mode: "osu" | "taiko" | "fruits" | "mania";
        type: "rankLost";
        user: Event.SharedProperties.User;
    }

    Hierarchy (View Summary)

    Index

    Properties

    created_at: Date
    id: number
    mode: "osu" | "taiko" | "fruits" | "mania"
    type: "rankLost"