X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FCommandStatistics.ts;h=84f2bdcae5634204f22e483f6ff4e1ffa9260a38;hb=46eb543c2eb31661c078b7e9697dacc593d83e5e;hp=b8740039cdfd2d193253580f2570fbbd37d8944e;hpb=edfb206c5a6a309cbe5a8e6bf3c3f52ab57d96fc;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/CommandStatistics.ts b/src/types/CommandStatistics.ts index b8740039..84f2bdca 100644 --- a/src/types/CommandStatistics.ts +++ b/src/types/CommandStatistics.ts @@ -23,5 +23,6 @@ export interface CommandStatisticsData { } export default interface CommandStatistics { - [command: string]: CommandStatisticsData; + id: string; + commandsStatisticsData: Record; }