splatoon3api - v3.0.1
    Preparing search index...

    Interface AllStagesResponse

    interface AllStagesResponse {
        festSchedule: (FestMatchSetting | null)[];
        ranked: (RankedModes | null)[];
        regular: (SplatRotation | null)[];
        triColorStage: SplatTricolorStage | null;
        triColorStages: (SplatTricolorStage | null)[];
        xbattle: (SplatRotation | null)[];
    }
    Index
    festSchedule: (FestMatchSetting | null)[]
    ranked: (RankedModes | null)[]
    regular: (SplatRotation | null)[]
    triColorStage: SplatTricolorStage | null
    triColorStages: (SplatTricolorStage | null)[]
    xbattle: (SplatRotation | null)[]