Interface ObjectsNoPropsType

This is the type that occurs when a developer writes const foo: object = {} since it can no longer have any properties added to it.

interface ObjectsNoPropsType {
    dataType: "object";
}

Hierarchy (view full)

Properties

Properties

dataType: "object"

Generated using TypeDoc