kentico-cloud-delivery
Version:
Official Kentico Cloud Delivery SDK
15 lines • 475 B
JavaScript
var ContentTypeSystemAttributes = /** @class */ (function () {
function ContentTypeSystemAttributes(data) {
Object.assign(this, data);
}
return ContentTypeSystemAttributes;
}());
export { ContentTypeSystemAttributes };
var ContentType = /** @class */ (function () {
function ContentType(data) {
Object.assign(this, data);
}
return ContentType;
}());
export { ContentType };
//# sourceMappingURL=content-type-models.js.map