@squawk
    Preparing search index...

    Interface AirportRouteElement

    A departure or arrival airport in the route.

    interface AirportRouteElement {
        airport: Airport;
        raw: string;
        type: "airport";
    }
    Index

    Properties

    Properties

    airport: Airport

    Resolved airport record.

    raw: string

    Raw token from the route string.

    type: "airport"

    Discriminant for airport elements.