enum JourneyDirection { journeyDirectionOutbound = 'OUTBOUND', journeyDirectionReturn = 'RETURN' } export default JourneyDirection;