Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index 0d6da48d8871563122d8ec1e2f70fdd8aa551501..45168b03834471fad4fa41cdc2c62ad8b117b7ff 100644 (file)
@@ -1,4 +1,4 @@
-import { RequestPayload, ResponsePayload } from './UIProtocol';
+import type { RequestPayload, ResponsePayload } from './UIProtocol';
 
 export type BroadcastChannelRequest = [
   string,