X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStatistics.ts;h=ecb3c2bfc4afa4746d7e7698eee144d9a10c2cae;hb=f4b3f35d653138a946d74d5f3c313275ee9c03b2;hp=0c7375d9c0ade1d0dcd8b19b856f6f439479af47;hpb=3b68e4162f8c9a67bc598c2ea4cab407611e0d31;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Statistics.ts b/src/types/Statistics.ts index 0c7375d9..ecb3c2bf 100644 --- a/src/types/Statistics.ts +++ b/src/types/Statistics.ts @@ -23,14 +23,14 @@ export type StatisticsData = Partial<{ stdDevTimeMeasurement: number }> -export type Statistics = { +export interface Statistics extends WorkerData { id: string name: string uri: string createdAt: Date updatedAt?: Date statisticsData: Map -} & WorkerData +} export interface InternalTemplateStatistics { configured: number