build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index df362b5390c9b0827ea5a11713de88228212ab55..d1948921660b0da42774c813686405c2baf4d74c 100644 (file)
@@ -64,12 +64,12 @@ export interface StorageConfiguration {
   uri?: string;
 }
 
-export type elementsPerWorkerType = number | 'auto' | 'all';
+export type ElementsPerWorkerType = number | 'auto' | 'all';
 
 export interface WorkerConfiguration {
   processType?: WorkerProcessType;
   startDelay?: number;
-  elementsPerWorker?: elementsPerWorkerType;
+  elementsPerWorker?: ElementsPerWorkerType;
   elementStartDelay?: number;
   poolMinSize?: number;
   poolMaxSize?: number;