Skip to main content
interface MongodbUpdatemanyRes
import { type MongodbUpdatemanyRes } from "https://deno.land/x/access_db@0.1.0/mod.ts";

Properties

data: { [key: string]: any; acknowledged: boolean; modifiedCount: number; matchedCount: number; upsertedId?: any; }