Chore(classes): update classes
This commit is contained in:
@@ -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]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user