Merge pull request 'Add meta.tld clan option' (#5619) from add-tld into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5619
This commit is contained in:
pinpox
2025-10-22 14:19:16 +00:00
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]