import { mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts";
const { deleteModel } = mongoose;
Removes the model named name
from the default connection, if it exists.
You can use this function to clean up any models you created in your tests to
prevent OverwriteModelErrors.