X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FMessageChannelUtils.ts;h=749a21ddcac8b767f2732868f3cfdd154dd53444;hb=b8cede3a125c147591da708b8b012254f98ecb07;hp=77adae8e5c44d7ef033c36a7c359db9b0c9ea44b;hpb=e0b0ee2176a4dc5a8914a3fb094ec16b4966a740;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/MessageChannelUtils.ts b/src/charging-station/MessageChannelUtils.ts index 77adae8e..749a21dd 100644 --- a/src/charging-station/MessageChannelUtils.ts +++ b/src/charging-station/MessageChannelUtils.ts @@ -1,10 +1,10 @@ +import type { ChargingStation } from './internal'; import { 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() {