UNPKG

@agility/management-sdk

Version:
12 lines (11 loc) 534 B
"use strict"; 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 = BatchItemType = {}));