Interface CormoTypesTextNamespace

Represents a text, used in model schemas. types

interface CormoTypesText {
    _type: "text";
}

Properties

Properties

_type: "text"

Generated using TypeDoc