Type alias IndexSpecification

IndexSpecification: OneOrMore<string | [string, mongoose.mongo.IndexDirection] | {
    [key: string]: mongoose.mongo.IndexDirection;
} | Map<string, mongoose.mongo.IndexDirection>>

Generated using TypeDoc