# Structs
Airline represents the details of an airline.
Airport represents the details of an airport.
Flight represents a flight entry with essential details for gRPC requests.
FlightResponse represents the structure of flight data returned by the flight API.
FlightRoute represents the details of a flight route.
Response represents a single response.
RouteResponse represents the structure of route data returned by the route API.