import { type mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts";
const { DropOptions } = mongo;
Properties
optional
writeConcern: DocumentOptional. A document expressing the write concern of the drop command. Omit to use the default write concern.