UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

3 lines (2 loc) 273 B
export declare const INJECTED_METADATA_KEY: unique symbol; export declare const InjectMetadata: (reqProperty?: string, ...injectFunctions: ((req: any, paramTarget: any, paramProperty: any, paramIndex: any) => object)[]) => (target: any, property: any, index: any) => void;