@ohm-vision/kiwi-tequila-api
Version:
Unofficial wrapper for Kiwi (tequila) API
11 lines • 490 B
TypeScript
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