refactor(simulator): explicitly export needed types only
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index 93687190301bb429380385dedf04b4d871b0c03c..5f22cdafd7347c774a9b3472fdaa1b7bb724089f 100644 (file)
@@ -7,7 +7,7 @@ export type TimeSeries = {
   value: number;
 };
 
-export type StatisticsData = {
+type StatisticsData = {
   countRequest: number;
   countResponse: number;
   countError: number;