9 lines
334 B
JavaScript
9 lines
334 B
JavaScript
export var UserCustomActionScope;
|
|
(function (UserCustomActionScope) {
|
|
UserCustomActionScope["Web"] = "web";
|
|
UserCustomActionScope["Site"] = "site";
|
|
UserCustomActionScope["List"] = "list";
|
|
})(UserCustomActionScope = UserCustomActionScope || (UserCustomActionScope = {}));
|
|
|
|
//# sourceMappingURL=UserCustomActionScope.js.map
|