Chore(classes): update classes

This commit is contained in:
Johannes Kirschbauer
2025-06-23 16:11:12 +02:00
parent 18af41cc19
commit 1ceec8ba8a

View File

@@ -15,12 +15,12 @@ class Unknown:
pass pass
InventoryInstanceModuleNameType = str
InventoryInstanceModuleInputType = str InventoryInstanceModuleInputType = str
InventoryInstanceModuleNameType = str
class InventoryInstanceModule(TypedDict): class InventoryInstanceModule(TypedDict):
name: str
input: NotRequired[InventoryInstanceModuleInputType] input: NotRequired[InventoryInstanceModuleInputType]
name: NotRequired[InventoryInstanceModuleNameType]