export interface FlightAirport { city_name: string iata_code: string name: string timezone: string }