@squawk
    Preparing search index...

    Interface AcftRefRecord

    Aircraft reference record from ACFTREF.txt providing manufacturer and model information for a given MFR MDL CODE.

    interface AcftRefRecord {
        code: string;
        mfr: string;
        model: string;
    }
    Index

    Properties

    Properties

    code: string

    Manufacturer/model code (join key).

    mfr: string

    Manufacturer name.

    model: string

    Model designation.