wilitp пре 4 година
родитељ
комит
effba62839
1 измењених фајлова са 2 додато и 2 уклоњено
  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;