X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Findex.ts;h=2ad6671b610d45c9ce5c503d43647fbfdfa4ff6d;hb=c6045c84b3075954739be904d3454fede196ef8d;hp=9fa370555ca23416422c3a1e4112595f37a6fbad;hpb=17bc43d765c22c8d8c132484f8dc9c3edd370d91;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/index.ts b/src/worker/index.ts index 9fa37055..2ad6671b 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 MessageHandler, + type WorkerData, + type WorkerMessage, WorkerMessageEvents, - MessageHandler, + WorkerProcessType, } from './WorkerTypes';