export type ModeOfTransportType = 'air' | 'bus' | 'coach' | 'trolleyBus' | 'metro' | 'rail' | 'tram' | 'water' | 'ferry' | 'cableway' | 'funicular' | 'lift' | 'other' | 'unknown';
