build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src / worker / index.ts
index 2ad6671b610d45c9ce5c503d43647fbfdfa4ff6d..a7c3d1ea1f185b0e5c77b78b3de7c41994273638 100644 (file)
@@ -1,9 +1,14 @@
 export type { WorkerAbstract } from './WorkerAbstract';
-export { WorkerConstants } from './WorkerConstants';
+export {
+  DEFAULT_ELEMENT_START_DELAY,
+  DEFAULT_POOL_MAX_SIZE,
+  DEFAULT_POOL_MIN_SIZE,
+  DEFAULT_WORKER_START_DELAY,
+} from './WorkerConstants';
 export { WorkerFactory } from './WorkerFactory';
 export {
-  type MessageHandler,
   type WorkerData,
+  WorkerEvents,
   type WorkerMessage,
   WorkerMessageEvents,
   WorkerProcessType,