UNPKG

@grpc.ts/nestjs-server

Version:
9 lines (8 loc) 240 B
import type { IAddUnaryHandlerOptionsProps } from '@grpc.ts/core'; export interface ISubscribeParams { type?: 'unary'; rpcName: string; serverName?: string; serviceName: string; options?: IAddUnaryHandlerOptionsProps; }