feat: add helper to compose i2 charging schedules (higher stack level
[e-mobility-charging-stations-simulator.git] / src / worker / index.ts
index 5c8a2534baa1991c0c031f18db235cc49d559e15..e53c3457fa636e3496ce8ab823b19f41d5965f7c 100644 (file)
@@ -1,10 +1,15 @@
 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,
+  POOL_MAX_INACTIVE_TIME,
+} from './WorkerConstants';
 export { WorkerFactory } from './WorkerFactory';
 export {
-  type MessageHandler,
   type WorkerData,
-  type WorkerEvents,
+  WorkerEvents,
   type WorkerMessage,
   WorkerMessageEvents,
   WorkerProcessType,