UNPKG

@ohm-vision/kiwi-tequila-api

Version:
37 lines (36 loc) 1.88 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./airline.interface"), exports); __exportStar(require("./baggage.interface"), exports); __exportStar(require("./car-rental.interface"), exports); __exportStar(require("./city.interface"), exports); __exportStar(require("./continent.interface"), exports); __exportStar(require("./country.interface"), exports); __exportStar(require("./departure-point.interface"), exports); __exportStar(require("./document-options.interface"), exports); __exportStar(require("./flight-route.interface"), exports); __exportStar(require("./flight.interface"), exports); __exportStar(require("./fly-location.interface"), exports); __exportStar(require("./lat-lng.interface"), exports); __exportStar(require("./location.interface"), exports); __exportStar(require("./meta.interface"), exports); __exportStar(require("./passenger.interface"), exports); __exportStar(require("./price.interface"), exports); __exportStar(require("./radius.interface"), exports); __exportStar(require("./region.interface"), exports); __exportStar(require("./tag.interface"), exports); __exportStar(require("./vehicle.interface"), exports);