X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FMessageChannelUtils.ts;h=40496b602cf2456c88761966a231f0db21ed009e;hb=2c7bdc61118232aae9c754edfe6f8528640781ae;hp=9bf283d5e9e7330c98fac544e16da12eebfb93f8;hpb=c72f6634184bc83a6476152446ac9f0d7d02acf5;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/MessageChannelUtils.ts b/src/charging-station/MessageChannelUtils.ts index 9bf283d5..40496b60 100644 --- a/src/charging-station/MessageChannelUtils.ts +++ b/src/charging-station/MessageChannelUtils.ts @@ -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() {