Interface CormoTypesDateNamespace

Represents a date, used in model schemas. types

interface CormoTypesDate {
    _type: "date";
}

Properties

Properties

_type: "date"

Generated using TypeDoc