This commit is contained in:
pinpox
2025-10-16 11:06:31 +02:00
parent 9851993b82
commit 9299cd9666
15 changed files with 40 additions and 4 deletions

View File

@@ -81,11 +81,13 @@ class InventoryMachine(TypedDict):
InventoryMetaNameType = str
InventoryMetaDescriptionType = str | None
InventoryMetaIconType = str | None
InventoryMetaTldType = str
class InventoryMeta(TypedDict):
name: str
description: NotRequired[InventoryMetaDescriptionType]
icon: NotRequired[InventoryMetaIconType]
tld: NotRequired[InventoryMetaTldType]