queue-options.js 324 B

123456789
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.ClientType = void 0;
  4. var ClientType;
  5. (function (ClientType) {
  6. ClientType["blocking"] = "blocking";
  7. ClientType["normal"] = "normal";
  8. })(ClientType || (exports.ClientType = ClientType = {}));
  9. //# sourceMappingURL=queue-options.js.map