feat: allow to provision number of stations by template
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index 81ba1d564e11c5018caabda84e16284968b51f12..4c03dd9d73c62c06f35d432bbc18cf9be62ec082 100644 (file)
@@ -34,6 +34,7 @@ export interface Statistics extends WorkerData {
 
 export interface TemplateStatistics {
   configured: number
+  provisioned: number
   added: number
   started: number
   indexes: Set<number>