Chore: update clan nix_models

This commit is contained in:
Johannes Kirschbauer
2025-05-27 10:46:30 +02:00
parent 19dbc0ff73
commit 467aa546c4

View File

@@ -180,7 +180,7 @@ ClanDirectoryType = dict[str, Any] | list[Any] | bool | float | int | str
ClanInventoryType = Inventory ClanInventoryType = Inventory
ClanMachinesType = dict[str, Unknown] ClanMachinesType = dict[str, Unknown]
ClanMetaType = Unknown ClanMetaType = Unknown
ClanModulesType = dict[str, Unknown] ClanModulesType = dict[str, dict[str, Any] | list[Any] | bool | float | int | str | None]
ClanOutputsType = Output ClanOutputsType = Output
ClanSecretsType = Secret ClanSecretsType = Secret
ClanSelfType = dict[str, Any] | list[Any] | bool | float | int | str ClanSelfType = dict[str, Any] | list[Any] | bool | float | int | str