Browse Source

Actualizar tipo summary

wilitp 4 năm trước cách đây
mục cha
commit
effba62839
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;