UNPKG

@nestjs/microservices

Version:

Nest - modern, fast, powerful node.js web framework (@microservices)

5 lines (4 loc) 197 B
import { RuntimeException } from '@nestjs/core/errors/exceptions/runtime.exception'; export declare class InvalidGrpcPackageDefinitionMutexException extends RuntimeException { constructor(); }