Skip to content

MongooseHookOptions

@tsed/mongoose

Usage

typescript
import { MongooseHookOptions } from "@tsed/orm/mongoose/src/types/interfaces/MongooseSchemaOptions";

See /packages/orm/mongoose/src/types/interfaces/MongooseSchemaOptions.ts.

Overview

ts
type MongooseHookOptions = Record<string, unknown>;

Released under the MIT License.