/ src / cache / stations.ts
stations.ts
1  import { database } from "./db";
2  
3  export const stations = database.stations;