Interface CormoTypesObjectNamespace

Represents a general object, used in model schemas.

A value of this type will be converted to a JSON string if the adapter does not support a general object. types

interface CormoTypesObject {
    _type: "object";
}

Properties

Properties

_type: "object"

Generated using TypeDoc