UNPKG

cypress-mongodb

Version:
7 lines (6 loc) 419 B
import { Document } from 'mongodb'; import Chainable = Cypress.Chainable; export declare function findOne(query: Document, options?: any): Chainable; export declare function findOneAndUpdate(filter: Document, document: Document, options?: any): Chainable; export declare function findOneAndDelete(filter: Document, options?: any): Chainable; export declare function findMany(query: Document, options?: any): Chainable;