argos/dmp-frontend/src/app/core/common/enum/prefilling-source-system-ta...

5 lines
121 B
TypeScript
Raw Normal View History

2024-02-28 12:30:12 +01:00
export enum PrefillingSourceSystemTargetType {
Label = "label",
Description = "description",
2024-02-28 16:37:56 +01:00
Tags= "descriptionTags"
2024-02-28 12:30:12 +01:00
}