export type StopPointType = 'From' | 'To' | 'Intermediate';
