UNPKG

@ohm-vision/kiwi-tequila-api

Version:
12 lines 324 B
import { SearchFlightRoute } from "../interfaces"; export interface SearchMultiCityResponse extends Pick<SearchFlightRoute, "booking_token"> { /** * total price of the booking */ price: number; /** * */ route: SearchFlightRoute[]; } //# sourceMappingURL=search-multicity.response.d.ts.map