Type alias GlobalStatsForGame
GlobalStatsForGame: {
response: {
globalstats: {
[key: string]: {
total: number;
};
}[];
result: number;
};
}
Type declaration
-
response: {
globalstats: {
[key: string]: {
total: number;
};
}[];
result: number;
}
-
globalstats: {
[key: string]: {
total: number;
};
}[]
-
result: number