refactor: switch eslint configuration to strict type checking
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index ac4ea8e6b3ad353c9878b7e039e0fe47893ac745..9ea1a0e615bc3a3d5beb7b9d9481aa9bff2d1a08 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 {