Interface AnyType

interface AnyType {
    dataType: "any";
}

Hierarchy (view full)

Properties

Properties

dataType: "any"

Generated using TypeDoc