import { type mongoose } from "https://deno.land/x/mongoose@8.6.3/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@8.6.3/types/index.d.ts";
const { Models } = mongoose;
Can be extended to explicitly type specific models.