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

Properties

data: { [key: string]: any; acknowledged: boolean; deletedCount: number; }