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

5 lines
76 B
TypeScript

export enum AnnotationProtectionType {
Private = 0,
EntityAccessors = 1
}