X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerTypes.ts;h=12d5ab26f13f7d62c408f20a8f55f09b862ca7b5;hb=a82d03296ad3232474c9f769e02c840bb87d0178;hp=653cfedf66d58c4855387da0393f03b97e9b8af8;hpb=2bb7a73e94db7533c1ba47db677d709e6f07dfdb;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerTypes.ts b/src/worker/WorkerTypes.ts index 653cfedf..12d5ab26 100644 --- a/src/worker/WorkerTypes.ts +++ b/src/worker/WorkerTypes.ts @@ -20,6 +20,8 @@ export interface SetInfo { export enum WorkerSetEvents { error = 'error', + elementStarted = 'elementStarted', + elementError = 'elementError', } export const WorkerEvents = {