UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

4 lines (3 loc) 240 B
import { IGrpcControllerOptions, IGrpcMethodOptions } from '../common'; export declare const grpcController: (opts?: IGrpcControllerOptions) => ClassDecorator; export declare const grpcMethod: (opts: IGrpcMethodOptions) => MethodDecorator;