interface Match {
    extra: {};
    ft: number;
    gamemode: string;
    keys: {
        primary: string;
        primaryIsAvg: boolean;
        primaryLabel: string;
        primaryLabelSingle: string;
        secondary: string;
        secondaryIsAvg: boolean;
        secondaryLabel: string;
        secondaryLabelSingle: string;
        tertiary: string;
        tertiaryIsAvg: boolean;
        tertiaryLabel: string;
        tertiaryLabelSingle: string;
    };
    modename: string;
    record_replays: boolean;
    wb: number;
    winningKey: string;
}

Properties

extra: {}
ft: number
gamemode: string
keys: {
    primary: string;
    primaryIsAvg: boolean;
    primaryLabel: string;
    primaryLabelSingle: string;
    secondary: string;
    secondaryIsAvg: boolean;
    secondaryLabel: string;
    secondaryLabelSingle: string;
    tertiary: string;
    tertiaryIsAvg: boolean;
    tertiaryLabel: string;
    tertiaryLabelSingle: string;
}
modename: string
record_replays: boolean
wb: number
winningKey: string