Chore: update clan nix_models
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user