Interface IntrinsicType

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

Hierarchy (View Summary)

Properties

Properties

name: string
type: "intrinsic"

The type name identifier.