Interface CormoTypesIntegerNamespace

Represents a 32bit integer, used in model schemas. types

interface CormoTypesInteger {
    _type: "integer";
}

Properties

Properties

_type: "integer"

Generated using TypeDoc