refactor: cleanup performance statistics code
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerTypes.ts
index 7bcb108e9a5fe3c89722956e19103ed1e77d9b96..3986164bfb82471657cdc7f5188216f890ddb4d6 100644 (file)
@@ -9,6 +9,7 @@ export enum WorkerProcessType {
 }
 
 export type SetInfo = {
+  version: string;
   type: string;
   worker: string;
   size: number;