prefilling sources ui changes

This commit is contained in:
amentis 2024-02-28 13:30:12 +02:00
parent 9989f5ca69
commit be796bc68f
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
export enum PrefillingSourceSystemTargetType {
Label = "label",
Description = "description",
Tags= "tags"
}