argos/dmp-frontend/src/app/core/common/enum/annotation-protection-type....

5 lines
76 B
TypeScript
Raw Normal View History

2024-02-28 14:41:36 +01:00
export enum AnnotationProtectionType {
Private = 0,
EntityAccessors = 1
}