UNPKG

@kontent-ai/management-sdk

Version:
15 lines 559 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebSpotlightModels = void 0; var WebSpotlightModels; (function (WebSpotlightModels) { class WebSpotlightStatus { constructor(data) { this.enabled = data.enabled; this.rootType = data.rootType; this._raw = data._raw; } } WebSpotlightModels.WebSpotlightStatus = WebSpotlightStatus; })(WebSpotlightModels || (exports.WebSpotlightModels = WebSpotlightModels = {})); //# sourceMappingURL=web-spotlight.models.js.map