Improve OCPP error handling, fix performance storage default file path
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index 0ee58f750e2809c7d8e1d81cc119b0f237cb67ed..120f258ef247005fd00129a9762b18471ef8951d 100644 (file)
@@ -20,6 +20,6 @@ export default interface Statistics {
   id: string;
   URI: string;
   createdAt: Date;
-  lastUpdatedAt?: Date;
+  updatedAt?: Date;
   statisticsData: Record<string, StatisticsData>;
 }