Explorar o código

Actualizar tipo summary

wilitp %!s(int64=4) %!d(string=hai) anos
pai
achega
effba62839
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;