build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index d2afcb90944cad1ace9ba05a12e32ad03835eb1b..21671fbb7f4defe0cc688380ac8f306c29d1d126 100644 (file)
@@ -3,7 +3,7 @@ import type { RequestPayload, ResponsePayload } from './UIProtocol';
 export type BroadcastChannelRequest = [
   string,
   BroadcastChannelProcedureName,
-  BroadcastChannelRequestPayload
+  BroadcastChannelRequestPayload,
 ];
 export type BroadcastChannelResponse = [string, BroadcastChannelResponsePayload];