X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStatistics.ts;h=5f22cdafd7347c774a9b3472fdaa1b7bb724089f;hb=0ac97927984473fcb11a177f013b0e112638e050;hp=93687190301bb429380385dedf04b4d871b0c03c;hpb=28f1c5749ad4ee138c34c345a7bd812b40ccbcfa;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Statistics.ts b/src/types/Statistics.ts index 93687190..5f22cdaf 100644 --- a/src/types/Statistics.ts +++ b/src/types/Statistics.ts @@ -7,7 +7,7 @@ export type TimeSeries = { value: number; }; -export type StatisticsData = { +type StatisticsData = { countRequest: number; countResponse: number; countError: number;