mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-13 03:36:48 +00:00
5 lines
266 B
TypeScript
5 lines
266 B
TypeScript
![]() |
import { DatasetEntity } from '@datahub/data-models/entity/dataset/dataset-entity';
|
||
|
|
||
|
// List of entities that have Change Management enabled as part of Institutional memory
|
||
|
export const changeManagementEnabledEntityList: Array<string> = [DatasetEntity.displayName];
|