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

    Interface TypePredicateBase

    interface TypePredicateBase {
        kind: TypePredicateKind;
        type: tsc.Type | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: tsc.Type | undefined