@a11ywatch/core
Version:
a11ywatch central API
12 lines • 455 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Channels = exports.Method = void 0;
var Method;
(function (Method) {
Method[Method["crawl_complete"] = 0] = "crawl_complete";
})(Method = exports.Method || (exports.Method = {}));
var Channels;
(function (Channels) {
Channels["crawl_scan_queue"] = "crawl_scan_queue";
})(Channels = exports.Channels || (exports.Channels = {}));
//# sourceMappingURL=config.js.map
;