method Database.prototype.dropUserimport { Database } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts"; dropUser(username: string, options?: { writeConcern?: Document; comment?: Document; })Parametersusername: stringoptionaloptions: { writeConcern?: Document; comment?: Document; } = [UNSUPPORTED]