build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 9bf283d5e9e7330c98fac544e16da12eebfb93f8..749a21ddcac8b767f2732868f3cfdd154dd53444 100644 (file)
@@ -1,10 +1,10 @@
+import type { ChargingStation } from './internal';
 import {
-  ChargingStationData,
-  ChargingStationWorkerMessage,
+  type ChargingStationData,
+  type ChargingStationWorkerMessage,
   ChargingStationWorkerMessageEvents,
-} from '../types/ChargingStationWorker';
-import type { Statistics } from '../types/Statistics';
-import type ChargingStation from './ChargingStation';
+  type Statistics,
+} from '../types';
 
 export class MessageChannelUtils {
   private constructor() {