UNPKG

@kiwicom/smart-faq

Version:

14 lines (13 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // @flow var _default = { ONE_WAY: 'BookingOneWay', RETURN: 'BookingReturn', MULTICITY: 'BookingMulticity', HOLIDAY: 'BookingHoliday' }; exports.default = _default;