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

5 lines
80 B
TypeScript
Raw Normal View History

2024-02-28 14:41:36 +01:00
export enum AnnotationEntityType {
Description = "description",
Dmp = "dmp"
}