chore(simulator): apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationWorker.ts
index c27ec6eb32e3eeec4c3cd8290c3cd414502288fc..f0a58013d275f9adec5aa0c4d6384d76022c0a7c 100644 (file)
@@ -26,7 +26,7 @@ export interface ChargingStationData extends WorkerData {
     | typeof WebSocket.OPEN
     | typeof WebSocket.CLOSING
     | typeof WebSocket.CLOSED;
-  bootNotificationResponse: BootNotificationResponse;
+  bootNotificationResponse?: BootNotificationResponse;
   connectors: ConnectorStatus[];
   automaticTransactionGenerator?: ChargingStationAutomaticTransactionGeneratorConfiguration;
 }