diff --git a/dmp-frontend/src/app/core/common/enum/prefilling-source-system-target-type.ts b/dmp-frontend/src/app/core/common/enum/prefilling-source-system-target-type.ts new file mode 100644 index 000000000..beb6ae686 --- /dev/null +++ b/dmp-frontend/src/app/core/common/enum/prefilling-source-system-target-type.ts @@ -0,0 +1,5 @@ +export enum PrefillingSourceSystemTargetType { + Label = "label", + Description = "description", + Tags= "tags" +} \ No newline at end of file