Fix timestamping at OCPP firmware update command handling
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 9bf283d5e9e7330c98fac544e16da12eebfb93f8..40496b602cf2456c88761966a231f0db21ed009e 100644 (file)
@@ -1,10 +1,10 @@
+import type ChargingStation from './ChargingStation';
 import {
-  ChargingStationData,
-  ChargingStationWorkerMessage,
+  type ChargingStationData,
+  type ChargingStationWorkerMessage,
   ChargingStationWorkerMessageEvents,
 } from '../types/ChargingStationWorker';
 import type { Statistics } from '../types/Statistics';
-import type ChargingStation from './ChargingStation';
 
 export class MessageChannelUtils {
   private constructor() {