export interface IGtfsTripStopsCacheDto {
    stops: Array<[string, string]>;
}
