UNPKG

@nestjs/mongoose

Version:

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

9 lines (8 loc) 243 B
import { VirtualTypeOptions } from 'mongoose'; export interface VirtualMetadataInterface { target: Function; name: string; options?: VirtualTypeOptions; getter?: (...args: any[]) => any; setter?: (...args: any[]) => any; }