interface Match {
    ft: number;
    gamemode: string;
    gp: number;
    modename: string;
    record_replays: boolean;
    stats: {
        altitude: {
            key: "stats.zenith.altitude";
            type: "sum";
        };
        apm: {
            key: "aggregatestats.apm";
            type: "avg";
        };
        blockrationing_app: {
            key: "zenith.blockrationing_app";
            type: "sum";
        };
        blockrationing_final: {
            key: "zenith.blockrationing_final";
            type: "sum";
        };
        btb: {
            key: "stats.btb";
            type: "sum";
        };
        escapeartist: {
            key: "zenith.escapeartist";
            type: "sum";
        };
        garbagereceived: {
            key: "stats.garbage.received";
            type: "sum";
        };
        garbagesent: {
            key: "stats.garbage.sent";
            type: "sum";
        };
        kills: {
            key: "stats.kills";
            type: "sum";
        };
        pps: {
            key: "aggregatestats.pps";
            type: "avg";
        };
        rank: {
            key: "stats.zenith.rank";
            type: "sum";
        };
        revives: {
            key: "stats.zenith.revivesMaxOfBoth";
            type: "sum";
        };
        targetingfactor: {
            key: "stats.zenith.targetingfactor";
            type: "sum";
        };
        targetinggrace: {
            key: "stats.zenith.targetinggrace";
            type: "sum";
        };
        vsscore: {
            key: "aggregatestats.vsscore";
            type: "avg";
        };
    };
    wb: number;
}

Properties

ft: number
gamemode: string
gp: number
modename: string
record_replays: boolean
stats: {
    altitude: {
        key: "stats.zenith.altitude";
        type: "sum";
    };
    apm: {
        key: "aggregatestats.apm";
        type: "avg";
    };
    blockrationing_app: {
        key: "zenith.blockrationing_app";
        type: "sum";
    };
    blockrationing_final: {
        key: "zenith.blockrationing_final";
        type: "sum";
    };
    btb: {
        key: "stats.btb";
        type: "sum";
    };
    escapeartist: {
        key: "zenith.escapeartist";
        type: "sum";
    };
    garbagereceived: {
        key: "stats.garbage.received";
        type: "sum";
    };
    garbagesent: {
        key: "stats.garbage.sent";
        type: "sum";
    };
    kills: {
        key: "stats.kills";
        type: "sum";
    };
    pps: {
        key: "aggregatestats.pps";
        type: "avg";
    };
    rank: {
        key: "stats.zenith.rank";
        type: "sum";
    };
    revives: {
        key: "stats.zenith.revivesMaxOfBoth";
        type: "sum";
    };
    targetingfactor: {
        key: "stats.zenith.targetingfactor";
        type: "sum";
    };
    targetinggrace: {
        key: "stats.zenith.targetinggrace";
        type: "sum";
    };
    vsscore: {
        key: "aggregatestats.vsscore";
        type: "avg";
    };
}
wb: number