docs: fix README.md formatting
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index 8d807b9af9beb39724c46e0af3437c5e79c0e09b..902ba0af604b3a603e5b436e5601607e5835e780 100644 (file)
@@ -34,7 +34,7 @@ export interface BroadcastChannelRequestPayload extends RequestPayload {
 
 export interface BroadcastChannelResponsePayload
   extends Omit<ResponsePayload, 'hashIdsSucceeded' | 'hashIdsFailed' | 'responsesFailed'> {
-  hashId: string
+  hashId: string | undefined
 }
 
 export interface MessageEvent {