Interface WithParticipantcount

API.getSpotlights

interface WithParticipantcount {
    end_date: Date;
    id: number;
    mode_specific: boolean;
    name: string;
    participant_count: number;
    start_date: Date;
    type: string;
}

Hierarchy (view full)

Properties

end_date: Date
id: number
mode_specific: boolean

Pretty sure this is only true when the spotlight has different beatmaps for each ruleset

name: string
participant_count: number
start_date: Date
type: string