UNPKG

@agility/management-sdk

Version:
16 lines (15 loc) 429 B
"use strict"; 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;