X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStatistics.ts;h=f5a13ebbb143e87c7c201ebd20f971387dc78f5c;hb=96a52d088b4927e7bc51ea9282f502c2a6b67707;hp=37460aee97cb0382cc322a4f8745d77204045d1e;hpb=953d6b028e82d6997897802afefbb4ce0d225dee;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Statistics.ts b/src/types/Statistics.ts index 37460aee..f5a13ebb 100644 --- a/src/types/Statistics.ts +++ b/src/types/Statistics.ts @@ -29,5 +29,5 @@ export type Statistics = WorkerData & { uri: string; createdAt: Date; updatedAt?: Date; - statisticsData: Map>; + statisticsData: Map>; };