interface _DocumentUUIDFieldOptions {
    embedded?: boolean;
    type?: string;
}

Properties

Properties

embedded?: boolean

Does this field require (or prohibit) embedded documents?

type?: string

A specific document type in CONST.ALL_DOCUMENT_TYPES required by this field