Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / src / charging-station / WorkerBroadcastChannel.ts
index ea89dc3dbf65f093f0a0bbfacdfdb32aab3c5f62..dba83cbb01fccdd367143906d53f8fd7a4d280bc 100644 (file)
@@ -1,7 +1,7 @@
 import { BroadcastChannel } from 'worker_threads';
 
 import BaseError from '../exception/BaseError';
-import {
+import type {
   BroadcastChannelRequest,
   BroadcastChannelResponse,
   MessageEvent,