UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

14 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityCopyOptions = void 0; const entity_copy_options_builder_1 = require("./entity-copy-options-builder"); class EntityCopyOptions { /** * {@inheritDoc} */ builder() { return new entity_copy_options_builder_1.EntityCopyOptionsBuilder(this); } } exports.EntityCopyOptions = EntityCopyOptions; //# sourceMappingURL=entity-copy-options.js.map