Use import type where appropriate
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
index cf1e01b66618cf07f598238477f9db46a7ac004c..bc6466c926f27b8067e91e67460cde57c0351630 100644 (file)
@@ -23,6 +23,7 @@ export interface StatisticsData {
 
 export default interface Statistics {
   id: string;
+  name: string;
   uri: string;
   createdAt: Date;
   updatedAt?: Date;