UNPKG

@ohm-vision/kiwi-tequila-api

Version:
11 lines 490 B
import { SearchFlightRoute } from "../interfaces"; import { Currency } from "../types"; export interface SearchNomadResponse extends Pick<SearchFlightRoute, "baglimit" | "bags_price" | "booking_token" | "deep_link" | "facilitated_booking_available" | "price"> { /** * The currency parameter contains a currency code. * See fx_rate response parameter as well. */ currency: Currency; route: SearchFlightRoute[]; } //# sourceMappingURL=search-nomad.response.d.ts.map