X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStatistics.ts;h=120f258ef247005fd00129a9762b18471ef8951d;hb=2d7040b2cd9d96dceb0160a5afe7dca5c727b890;hp=f6f17ca2d0301eb9d42d8e66e65bfee2b1501e55;hpb=b49422c609edeff25577c1350f3bd2410bdd3b07;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Statistics.ts b/src/types/Statistics.ts index f6f17ca2..120f258e 100644 --- a/src/types/Statistics.ts +++ b/src/types/Statistics.ts @@ -18,5 +18,8 @@ export interface StatisticsData { export default interface Statistics { id: string; + URI: string; + createdAt: Date; + updatedAt?: Date; statisticsData: Record; }