import { mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts";
const { Schema } = mongoose;
Returns a list of indexes that this schema declares, via schema.index()
or by index: true
in a path's options.
import { mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts";
const { Schema } = mongoose;
Returns a list of indexes that this schema declares, via schema.index()
or by index: true
in a path's options.