@nestjs/microservices
Version:
Nest - modern, fast, powerful node.js web framework (@microservices)
10 lines (9 loc) • 398 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.RpcParamtype = void 0;
var RpcParamtype;
(function (RpcParamtype) {
RpcParamtype[RpcParamtype["PAYLOAD"] = 3] = "PAYLOAD";
RpcParamtype[RpcParamtype["CONTEXT"] = 6] = "CONTEXT";
RpcParamtype[RpcParamtype["GRPC_CALL"] = 9] = "GRPC_CALL";
})(RpcParamtype || (exports.RpcParamtype = RpcParamtype = {}));
;