UpdateDocumentOptions: Omit<
    DocumentOptions,
    "computeWithForm"
    | "meta"
    | "markRead",
>

Options for update document operation.