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