Skip to content

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;

Released under the MIT License.