MongoosePlugin
@tsed/mongoose
Usage
typescript
import { MongoosePlugin } from "@tsed/mongoose";
See /packages/orm/mongoose/src/types/decorators/mongoosePlugin.ts.
Overview
ts
function MongoosePlugin(plugin: (schema: mongoose.Schema, options?: any) => void, options?: any): Function;