@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface ConditionalRoot

    interface ConditionalRoot {
        aliasSymbol?: tsc.Symbol;
        aliasTypeArguments?: tsc.Type[];
        checkType: tsc.Type;
        extendsType: tsc.Type;
        inferTypeParameters?: tsc.TypeParameter[];
        instantiations?: Map<string, tsc.Type>;
        isDistributive: boolean;
        node: tsc.ConditionalTypeNode;
        outerTypeParameters?: tsc.TypeParameter[];
    }
    Index

    Properties

    aliasSymbol?: tsc.Symbol
    aliasTypeArguments?: tsc.Type[]
    checkType: tsc.Type
    extendsType: tsc.Type
    inferTypeParameters?: tsc.TypeParameter[]
    instantiations?: Map<string, tsc.Type>
    isDistributive: boolean
    outerTypeParameters?: tsc.TypeParameter[]