mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-09-10 20:35:10 -05:00
Use correct Splatfest stages and update stage images
This commit is contained in:
@@ -900,7 +900,15 @@ interface CoopWeapon {
|
||||
interface FestSchedule {
|
||||
startTime: string; // "2022-09-09T08:00:00Z"
|
||||
endTime: string; // "2022-09-09T10:00:00Z"
|
||||
festMatchSetting: unknown | null;
|
||||
festMatchSetting: FestMatchSetting | null;
|
||||
}
|
||||
|
||||
interface FestMatchSetting {
|
||||
__isVsSetting: 'FestMatchSetting';
|
||||
__typename: 'FestMatchSetting';
|
||||
vsStages: VsStage[];
|
||||
vsRule: VsRule;
|
||||
// ...
|
||||
}
|
||||
|
||||
interface VsStageDetail {
|
||||
|
||||
Reference in New Issue
Block a user