UNPKG

@nestjs/mongoose

Version:

Nest - modern, fast, powerful node.js web framework (@mongoose)

8 lines (7 loc) 237 B
import * as mongoose from 'mongoose'; import { PropertyMetadata } from './property-metadata.interface'; export interface SchemaMetadata { target: Function; options?: mongoose.SchemaOptions; properties?: PropertyMetadata[]; }