@artsy/cohesion
Version:
Analytics schema
23 lines (20 loc) • 617 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CmsOwnerType = void 0;
/**
* All owner types available for CMS
*
* @packageDocumentation
*/
var CmsOwnerType;
exports.CmsOwnerType = CmsOwnerType;
(function (CmsOwnerType) {
CmsOwnerType["artwork"] = "artwork";
CmsOwnerType["analytics"] = "analytics";
CmsOwnerType["bulkEdit"] = "bulkEdit";
CmsOwnerType["batchImport"] = "batchImport";
CmsOwnerType["batchImportArtistMatching"] = "batchImportArtistMatching";
CmsOwnerType["settings"] = "settings";
})(CmsOwnerType || (exports.CmsOwnerType = CmsOwnerType = {}));