@agility/management-sdk
Version:
Agility CMS Tyescript SDK for Management API.
12 lines (11 loc) • 542 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BatchItemType = void 0;
var BatchItemType;
(function (BatchItemType) {
BatchItemType[BatchItemType["Page"] = 1] = "Page";
BatchItemType[BatchItemType["ContentItem"] = 2] = "ContentItem";
BatchItemType[BatchItemType["ContentList"] = 3] = "ContentList";
BatchItemType[BatchItemType["Tag"] = 4] = "Tag";
BatchItemType[BatchItemType["ModuleDef"] = 5] = "ModuleDef";
})(BatchItemType = exports.BatchItemType || (exports.BatchItemType = {}));