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