Interface Spotlight

API.getSpotlights

interface Spotlight {
    end_date: Date;
    id: number;
    mode_specific: boolean;
    name: string;
    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
start_date: Date
type: string