Skip to main content
interface MongodbUpdateRes
import { type MongodbUpdateRes } 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; }