Browse Source

Actualizar tipo summary

wilitp 4 years ago
parent
commit
effba62839
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/src/types/summary.ts

+ 2 - 2
app/src/types/summary.ts

@@ -1,7 +1,7 @@
 export interface Summary {
   station: {
-    name: string;
-    code: string;
+    title: string;
+    station_code: string;
   };
   from: string;
   to: string;