import { TransferStops } from "./TransferStops";
export type TripsToTransfers = Map<string, TransferStops>;
