Add missed file.
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 25 Jan 2021 08:50:27 +0000 (09:50 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 25 Jan 2021 08:50:27 +0000 (09:50 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/WorkerEvents.ts [new file with mode: 0644]

diff --git a/src/types/WorkerEvents.ts b/src/types/WorkerEvents.ts
new file mode 100644 (file)
index 0000000..07a4e42
--- /dev/null
@@ -0,0 +1,4 @@
+
+export enum WorkerEvents {
+  START_WORKER_ELEMENT = 'startWorkerElement',
+}