export interface BookingPackageFlightCombination {
  outwardOptionId: string;
  returnOptionId: string;
  externalGuid: string | null;
}
