kentico-cloud-delivery
Version:
Official Kentico Cloud Delivery SDK
10 lines • 374 B
JavaScript
exports.__esModule = true;
var ContentItemSystemAttributes = /** @class */ (function () {
function ContentItemSystemAttributes(data) {
Object.assign(this, data);
}
return ContentItemSystemAttributes;
}());
exports.ContentItemSystemAttributes = ContentItemSystemAttributes;
//# sourceMappingURL=content-item-system-attributes.js.map
;