splatoon3api - v3.0.1
    Preparing search index...

    Interface SalmonSchedule

    interface SalmonSchedule {
        boss: string;
        end_time: string;
        stage: SplatStage;
        start_time: string;
        weapons: SalmonRunWeapon[];
    }
    Index
    boss: string
    end_time: string
    stage: SplatStage
    start_time: string
    weapons: SalmonRunWeapon[]