@squawk
    Preparing search index...

    Type Alias AircraftType

    AircraftType:
        | "glider"
        | "balloon"
        | "blimpOrDirigible"
        | "fixedWingSingleEngine"
        | "fixedWingMultiEngine"
        | "rotorcraft"
        | "weightShiftControl"
        | "poweredParachute"
        | "gyroplane"
        | "hybridLift"

    High-level categorization of aircraft types for registry lookups.