export type JourneyPointType = 'From' | 'To' | 'Via';
