fix: fix gap in schedule periods in composeChargingSchedules()
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index 21671fbb7f4defe0cc688380ac8f306c29d1d126..abc33752cb10616fde5474a4f68c2843675a911c 100644 (file)
@@ -37,4 +37,6 @@ export interface BroadcastChannelResponsePayload
   hashId: string;
 }
 
-export type MessageEvent = { data: BroadcastChannelRequest | BroadcastChannelResponse };
+export interface MessageEvent {
+  data: BroadcastChannelRequest | BroadcastChannelResponse;
+}