feat: allow to provision number of stations by template
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index 3d5f98a7eebf2131562989ae47121d55c27aceac..ffbb7deca5994abb61e9b5fc4736e4fb14b1cf61 100644 (file)
@@ -25,6 +25,7 @@ export enum SupervisionUrlDistribution {
 export interface StationTemplateUrl {
   file: string
   numberOfStations: number
+  provisionedNumberOfStations?: number
 }
 
 export interface LogConfiguration {