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