Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index eb437ab08cf5e6e81baa1e8bf69499133200e456..85f8f371cf64ade08d7e40bd688cd972970a527e 100644 (file)
@@ -18,7 +18,7 @@ import {
   ChargingStationWorkerMessageEvents,
 } from '../types/ChargingStationWorker';
 import type { StationTemplateUrl } from '../types/ConfigurationData';
-import type Statistics from '../types/Statistics';
+import type { Statistics } from '../types/Statistics';
 import Configuration from '../utils/Configuration';
 import logger from '../utils/Logger';
 import Utils from '../utils/Utils';