Interface BeatmapPlaycount

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

Hierarchy (view full)

Properties

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