UNPKG

@artsy/cohesion

Version:
14 lines (13 loc) 311 B
/** * All owner types available for CMS * * @packageDocumentation */ export declare enum CmsOwnerType { artwork = "artwork", analytics = "analytics", bulkEdit = "bulkEdit", batchImport = "batchImport", batchImportArtistMatching = "batchImportArtistMatching", settings = "settings" }