UNPKG

@grpc.ts/nestjs-server

Version:
5 lines (4 loc) 205 B
import type { ISubscribeParams } from './interface'; export declare function GrpcUnaryMethod({ rpcName, ...rest }: Omit<ISubscribeParams, 'type' | 'rpcName'> & { rpcName?: string; }): MethodDecorator;