export interface AvailableFlight {
  departure: string;
  returns: string[];
}
