feat: ensure charging station add op return its station info
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationWorker.ts
index 861d447ea03be6b9d5146b3233c67b41e65cf379..c6fd0af2afdb84bb83cd354a4e00f8a3369d85c8 100644 (file)
@@ -70,6 +70,7 @@ export interface ChargingStationWorkerEventError extends WorkerData {
 }
 
 export type ChargingStationWorkerMessageData =
+  | ChargingStationInfo
   | ChargingStationData
   | Statistics
   | ChargingStationWorkerEventError