UNPKG

@qite/tide-client

Version:
6 lines (5 loc) 179 B
import { BookingPackageFlight } from "../shared"; export interface BookingPackageFlightPool { outwardFlights: BookingPackageFlight[]; returnFlights: BookingPackageFlight[]; }