change entity type to str

This commit is contained in:
Jakub Trllo 2025-08-21 14:02:19 +02:00
parent 7b81cb1215
commit 0f65fe34a7

View file

@ -347,7 +347,7 @@ class LoaderActionSelection:
class LoaderActionItem:
identifier: str
entity_ids: set[str]
entity_type: EntityType
entity_type: str
label: str
group_label: Optional[str] = None
# Is filled automatically