X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Findex.ts;h=50848d0900533e9d91cd3fe02b867c66797aad3b;hb=c36e3cf0312f553b4b8c2b716da0d55cc87450cf;hp=9fa370555ca23416422c3a1e4112595f37a6fbad;hpb=76a5d780d1eb17a18fd5f9d95df2cf0c8bc3d9c9;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/index.ts b/src/worker/index.ts index 9fa37055..50848d09 100644 --- a/src/worker/index.ts +++ b/src/worker/index.ts @@ -1,10 +1,10 @@ -export { WorkerAbstract } from './WorkerAbstract'; +export type { WorkerAbstract } from './WorkerAbstract'; export { WorkerConstants } from './WorkerConstants'; export { WorkerFactory } from './WorkerFactory'; export { - WorkerProcessType, - WorkerData, - WorkerMessage, + type WorkerData, + WorkerEvents, + type WorkerMessage, WorkerMessageEvents, - MessageHandler, + WorkerProcessType, } from './WorkerTypes';