Interface CormoTypesRecordIDNamespace

Represents a record id, used in model schemas. types

interface CormoTypesRecordID {
    _type: "recordid";
}

Properties

Properties

_type: "recordid"

Generated using TypeDoc