UNPKG

@nestjs/mongoose

Version:

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

3 lines (2 loc) 312 B
export declare const InjectModel: (model: string, connectionName?: string) => (target: object, key: string | symbol | undefined, index?: number | undefined) => void; export declare const InjectConnection: (name?: string) => (target: object, key: string | symbol | undefined, index?: number | undefined) => void;