X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FStatistics.ts;h=120f258ef247005fd00129a9762b18471ef8951d;hb=16b0d4e77d20b5f7004469f2206a0af1ee8984a5;hp=0ee58f750e2809c7d8e1d81cc119b0f237cb67ed;hpb=c27c3eeea356b0692bef2327bb59aa99f9cbad8d;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Statistics.ts b/src/types/Statistics.ts index 0ee58f75..120f258e 100644 --- a/src/types/Statistics.ts +++ b/src/types/Statistics.ts @@ -20,6 +20,6 @@ export default interface Statistics { id: string; URI: string; createdAt: Date; - lastUpdatedAt?: Date; + updatedAt?: Date; statisticsData: Record; }