Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mongoose/types/index.d.ts>mongoose.Schema#indexes

MongoDB object modeling designed to work in an asynchronous environment.
Go to Latest
method mongoose.Schema.prototype.indexes
import { mongoose } from "https://deno.land/x/mongoose@6.12.9/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.

Returns

Array<IndexDefinition>