export enum AllowedTripTypeEnum { ALL = 'all', SINGLE = 'single', ROUND_TRIP = 'round_trip', }