feat!: handle Set at JSON serialization to string
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index 9abd0a89982d7be726eb23d13825d2262b42696d..81ba1d564e11c5018caabda84e16284968b51f12 100644 (file)
@@ -32,7 +32,7 @@ export interface Statistics extends WorkerData {
   statisticsData: Map<string | RequestCommand | IncomingRequestCommand, StatisticsData>
 }
 
-export interface InternalTemplateStatistics {
+export interface TemplateStatistics {
   configured: number
   added: number
   started: number