export interface BookingPackageFlightRoute {
  flightId: string;
  fareIds: string[];
}
