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

    Interface Airline

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

    Properties

    Properties

    iataCode: string

    The 2 character IATA code of the airline (e.g. 'AA').

    name: string

    The name of the airline (e.g. 'American Airlines').