UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

13 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MemberPolicy = void 0; /** * A member policy. */ class MemberPolicy { constructor(init) { Object.assign(this, init); } } exports.MemberPolicy = MemberPolicy; //# sourceMappingURL=member-policy.js.map