Library API
    Preparing search index...

    Type Alias Instance

    type Instance = {
        class: Constructor;
        type: Type;
    }
    🔍 Expanded Type Evaluation (Compiler API)
    type Instance = { type: Type; class: Constructor; }
    Index
    type: Type