import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/index.d.ts";
const { Models } = mongoose;
Can be extended to explicitly type specific models.
Index Signatures
modelName: string]: Model<any>
[import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/index.d.ts";
const { Models } = mongoose;
Can be extended to explicitly type specific models.