@grpc/grpc-js
Version:
gRPC Library for Node - pure JS implementation
11 lines • 411 B
JavaScript
;
// Original file: null
Object.defineProperty(exports, "__esModule", { value: true });
exports._google_protobuf_MethodOptions_IdempotencyLevel = void 0;
// Original file: null
exports._google_protobuf_MethodOptions_IdempotencyLevel = {
IDEMPOTENCY_UNKNOWN: 'IDEMPOTENCY_UNKNOWN',
NO_SIDE_EFFECTS: 'NO_SIDE_EFFECTS',
IDEMPOTENT: 'IDEMPOTENT',
};
//# sourceMappingURL=MethodOptions.js.map