refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationWorker.ts
index f0a58013d275f9adec5aa0c4d6384d76022c0a7c..9a9d357463a0fb5f5c246e4208a557c492f3ee31 100644 (file)
@@ -6,7 +6,7 @@ import type { ConnectorStatus } from './ConnectorStatus';
 import type { JsonObject } from './JsonType';
 import type { BootNotificationResponse } from './ocpp/Responses';
 import type { Statistics } from './Statistics';
-import { WorkerData, WorkerMessage, WorkerMessageEvents } from './Worker';
+import { type WorkerData, type WorkerMessage, WorkerMessageEvents } from '../worker';
 
 export interface ChargingStationWorkerOptions extends JsonObject {
   elementStartDelay?: number;