interface-forge - v2.5.0
    Preparing search index...

    Interface Airport

    interface Airport {
        iataCode: string;
        name: string;
    }
    Index

    Properties

    Properties

    iataCode: string

    The IATA code of the airport (e.g. 'DFW').

    name: string

    The name of the airport (e.g. 'Dallas Fort Worth International Airport').