UNPKG

cypress-mongodb

Version:
5 lines (4 loc) 273 B
import { Document } from 'mongodb'; import Chainable = Cypress.Chainable; export declare function updateOne(filter: Document, document: Document, options?: any): Chainable; export declare function updateMany(filter: Document, document: Document, options?: any): Chainable;