@agility/management-sdk
Version:
Agility CMS Tyescript SDK for Management API.
16 lines (15 loc) • 429 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ItemComments = exports.ItemComment = void 0;
var ItemComment = /** @class */ (function () {
function ItemComment() {
}
return ItemComment;
}());
exports.ItemComment = ItemComment;
var ItemComments = /** @class */ (function () {
function ItemComments() {
}
return ItemComments;
}());
exports.ItemComments = ItemComments;