const vehicleSelectionOptions = Object.freeze({ VEHICLE_NOT_LISTED: 'Vehicle not listed' }); export default vehicleSelectionOptions;