X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStatistics.ts;h=bc6466c926f27b8067e91e67460cde57c0351630;hb=f0f65a6223ab14e6b7071ba6ec68c87c38de4c8c;hp=5a6db6d5b78dedfdd18a2115220b591b3ac62a28;hpb=0c142310bb891fd23f2c40234af1fddd88ba71d5;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Statistics.ts b/src/types/Statistics.ts index 5a6db6d5..bc6466c9 100644 --- a/src/types/Statistics.ts +++ b/src/types/Statistics.ts @@ -23,7 +23,8 @@ export interface StatisticsData { export default interface Statistics { id: string; - URI: string; + name: string; + uri: string; createdAt: Date; updatedAt?: Date; statisticsData: Map>;