export interface IRopidDeparturesPresetsRopidGTFSStops {
    preset_id: number;
    stop_id: string;
}
