"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HintScope = void 0;
var HintScope;
(function (HintScope) {
HintScope["local"] = "local";
HintScope["site"] = "site";
HintScope["any"] = "any";
})(HintScope = exports.HintScope || (exports.HintScope = {}));