X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStatistics.ts;h=bc6466c926f27b8067e91e67460cde57c0351630;hb=f3a490e6bd184709de4377d81a459bf49242cae1;hp=cf1e01b66618cf07f598238477f9db46a7ac004c;hpb=1f5df42ad17d09d3a1f53f6618eba325a403d7ad;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Statistics.ts b/src/types/Statistics.ts index cf1e01b6..bc6466c9 100644 --- a/src/types/Statistics.ts +++ b/src/types/Statistics.ts @@ -23,6 +23,7 @@ export interface StatisticsData { export default interface Statistics { id: string; + name: string; uri: string; createdAt: Date; updatedAt?: Date;