Type alias DocumentOperationMetadata

DocumentOperationMetadata: DocumentMetadata & {
    _oldRev?: string;
}

Metadata returned by a document operation.

Type declaration

  • Optional _oldRev?: string

    Revision of the document that was updated or replaced by this operation.