Interface CormoTypesBooleanNamespace

Represents a boolean, used in model schemas. types

interface CormoTypesBoolean {
    _type: "boolean";
}

Properties

Properties

_type: "boolean"

Generated using TypeDoc