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

    Interface BeatmapPlaycount

    API.getEvents

    interface BeatmapPlaycount {
        beatmap: Event.SharedProperties.Beatmap;
        count: number;
        created_at: Date;
        id: number;
        type: "beatmapPlaycount";
    }

    Hierarchy (View Summary)

    Index

    Properties

    count: number
    created_at: Date
    id: number
    type: "beatmapPlaycount"