Interface IntrinsicType

interface IntrinsicType {
    name: string;
    type: "intrinsic";
}

Hierarchy (view full)

Properties

Properties

name: string
type = "intrinsic"

The type name identifier.