interface Settings {
    GamePod: string;
    GameRules: {
        AllowGameModifiers: "false" | "true";
        IsOvertimeWinByTwo: "false" | "true";
        PlayOutAllRounds: "false" | "true";
        SkipMatchHistory: "false" | "true";
        TournamentMode: "false" | "true";
    };
    Map: string;
    Mode: string;
    UseBots: boolean;
}

Properties

GamePod: string
GameRules: {
    AllowGameModifiers: "false" | "true";
    IsOvertimeWinByTwo: "false" | "true";
    PlayOutAllRounds: "false" | "true";
    SkipMatchHistory: "false" | "true";
    TournamentMode: "false" | "true";
}
Map: string
Mode: string
UseBots: boolean