"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
ONE_WAY: 'BookingOneWay',
RETURN: 'BookingReturn',
MULTICITY: 'BookingMulticity',
HOLIDAY: 'BookingHoliday'
};
exports.default = _default;