Interface IntrinsicType

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

Hierarchy (view full)

Properties

Properties

name: string
type: "intrinsic" = "intrinsic"