"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntentScope = void 0;
var IntentScope;
(function (IntentScope) {
IntentScope["NODE"] = "NODE";
IntentScope["GLOBAL"] = "GLOBAL";
})(IntentScope || (exports.IntentScope = IntentScope = {}));