UNPKG

@nestjs/microservices

Version:

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

8 lines (7 loc) 283 B
import { ClientOptions } from '../interfaces/client-metadata.interface'; /** * Attaches the `ClientProxy` instance to the given property * * @param {ClientOptions} metadata optional client metadata */ export declare function Client(metadata?: ClientOptions): PropertyDecorator;