Hook the OCPP 2.0 stack into the main code
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 9bf283d5e9e7330c98fac544e16da12eebfb93f8..77adae8e5c44d7ef033c36a7c359db9b0c9ea44b 100644 (file)
@@ -1,6 +1,6 @@
 import {
-  ChargingStationData,
-  ChargingStationWorkerMessage,
+  type ChargingStationData,
+  type ChargingStationWorkerMessage,
   ChargingStationWorkerMessageEvents,
 } from '../types/ChargingStationWorker';
 import type { Statistics } from '../types/Statistics';