Convert Statistics interface to type
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationWorker.ts
index 020ec7bd9b16295c72c5db64784fb0d86e47e475..58e10ce8cf0688751a62514c69233e5cb346ea62 100644 (file)
@@ -3,7 +3,7 @@ import type ChargingStationInfo from './ChargingStationInfo';
 import type { ConnectorStatus } from './ConnectorStatus';
 import type { JsonObject } from './JsonType';
 import type { BootNotificationResponse } from './ocpp/Responses';
-import type Statistics from './Statistics';
+import type { Statistics } from './Statistics';
 import { WorkerData, WorkerMessage, WorkerMessageEvents } from './Worker';
 
 export interface ChargingStationWorkerOptions extends JsonObject {