@nestjs/microservices
Version:
Nest - modern, fast, powerful node.js web framework (@microservices)
11 lines (10 loc) • 303 B
TypeScript
import { ClientOptions } from '../interfaces/client-metadata.interface';
/**
* Attaches the `ClientProxy` instance to the given property
*
* @param {ClientOptions} metadata optional client metadata
*
* @publicApi
*
*/
export declare function Client(metadata?: ClientOptions): PropertyDecorator;