UNPKG

@nestjs/mongoose

Version:

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

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