UNPKG

@nestjs/microservices

Version:

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

11 lines (10 loc) 303 B
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;