fix: check for the connector status definition in ATG
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerTypes.ts
index 653cfedf66d58c4855387da0393f03b97e9b8af8..12d5ab26f13f7d62c408f20a8f55f09b862ca7b5 100644 (file)
@@ -20,6 +20,8 @@ export interface SetInfo {
 
 export enum WorkerSetEvents {
   error = 'error',
+  elementStarted = 'elementStarted',
+  elementError = 'elementError',
 }
 
 export const WorkerEvents = {