UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

12 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Policy = void 0; class Policy { constructor() { this.rules = []; this.memberSecurity = []; this.memberGroupSecurity = []; } } exports.Policy = Policy; //# sourceMappingURL=policy.js.map