UNPKG

248 BTypeScriptView Raw
1import { Controller } from '@nestjs/common';
2/**
3 * Defines the GrpcService. The service can inject dependencies through constructor.
4 * Those dependencies have to belong to the same module.
5 */
6export declare const GrpcService: typeof Controller;