UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

11 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Condition = void 0; class Condition { constructor() { this.entityIds = []; this.directEntityIds = []; } } exports.Condition = Condition; //# sourceMappingURL=condition.js.map