Kind: Function
Source: packages/microservices/utils/param.utils.ts
Part of: Microservices
Signature
tsfunction createRpcParamDecorator(paramtype: RpcParamtype): (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator
Parameters
| Name | Type |
|---|---|
paramtype | RpcParamtype |
Returns: (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator
Relationships
- IMPORTS →
PipeTransform - IMPORTS →
Type - IMPORTS →
assignMetadata - IMPORTS →
isNil - IMPORTS →
isString
Was this page helpful?