Merge branch 'master' of github.com:LucasBrazi06/ev-simulator into master-enterprise
[e-mobility-charging-stations-simulator.git] / src / types / CommandStatistics.ts
index b8740039cdfd2d193253580f2570fbbd37d8944e..84f2bdcae5634204f22e483f6ff4e1ffa9260a38 100644 (file)
@@ -23,5 +23,6 @@ export interface CommandStatisticsData {
 }
 
 export default interface CommandStatistics {
-  [command: string]: CommandStatisticsData;
+  id: string;
+  commandsStatisticsData: Record<string, CommandStatisticsData>;
 }