Fix worker with pool handling
[e-mobility-charging-stations-simulator.git] / src / types / WorkerData.ts
index 73ff1f8cedc92443270c2d974451493e865900a1..a7bc2c272d528586c2ba531c6c281bcf701f3ddd 100644 (file)
@@ -1,3 +1,4 @@
+// FIXME: make it more generic
 export default interface WorkerData {
   index: number;
   templateFile: string;