浏览代码

Actualizar tipo summary

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;