Interface CormoTypesStringNamespace

Represents a string, used in model schemas. types

interface CormoTypesString {
    _type: "string";
    length?: number;
}

Properties

Properties

_type: "string"
length?: number

Generated using TypeDoc