export enum NotificationPreferenceTypes { textMessage = 'text message', voice = 'voice', none = 'none' } export enum RiderMobilityTypes { nonFoldingWheelchair = 'non-folding wheelchair', foldingWheelchair = 'folding wheelchair', scooter = 'scooter', powerchair = 'powerchair', nonFoldingWalker = 'non-folding walker', foldingWalker = 'folding walker', allowFreeAttendantOrAdditionalRider = 'allow a free attendant / additional rider' } export enum RiderAssistanceTypes { deaf = 'deaf', lowHearing = 'low hearing', balance = 'balance', crutch = 'crutch', blindOfferElbow = 'blind offer elbow', blindAnimalFollow = 'blind animal follow', lowVision = 'low vision', nonVerbal = 'non verbal' }