UNPKG

283 BTypeScriptView Raw
1import { ClientOptions } from '../interfaces/client-metadata.interface';
2/**
3 * Attaches the `ClientProxy` instance to the given property
4 *
5 * @param {ClientOptions} metadata optional client metadata
6 */
7export declare function Client(metadata?: ClientOptions): PropertyDecorator;