test(simulator): use named import
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 3b6592a5765a480965c62e645e210ca870703176..204051613d3305664fb808f42c5c66a70854ee1a 100644 (file)
@@ -1,5 +1,4 @@
-import type { JsonObject } from './JsonType';
-import type { BroadcastChannelResponsePayload } from './WorkerBroadcastChannel';
+import type { BroadcastChannelResponsePayload, JsonObject } from './internal';
 
 export enum Protocol {
   UI = 'ui',