Switch rollup bundler TS plugin to rollup-plugin-ts
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index f6f17ca2d0301eb9d42d8e66e65bfee2b1501e55..120f258ef247005fd00129a9762b18471ef8951d 100644 (file)
@@ -18,5 +18,8 @@ export interface StatisticsData {
 
 export default interface Statistics {
   id: string;
+  URI: string;
+  createdAt: Date;
+  updatedAt?: Date;
   statisticsData: Record<string, StatisticsData>;
 }