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