ts-api-utils - v3.0.0-rc.1
    Preparing search index...

    Interface IntrinsicErrorType

    An "error" intrinsic type.

    This refers to a type generated when TypeScript encounters an error while trying to resolve the type.

    interface IntrinsicErrorType {
        intrinsicName: "error";
        objectFlags: ObjectFlags;
    }

    Hierarchy (View Summary)

    Index

    Properties

    intrinsicName: "error"
    objectFlags: ObjectFlags