UNPKG

@nestjs/mongoose

Version:

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

7 lines (6 loc) 171 B
import { PropOptions } from '../decorators/prop.decorator'; export interface PropertyMetadata { target: Function; propertyKey: string; options: PropOptions; }