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
|
||||
ClanMachinesType = dict[str, Unknown]
|
||||
ClanMetaType = Unknown
|
||||
ClanModulesType = dict[str, Unknown]
|
||||
ClanModulesType = dict[str, dict[str, Any] | list[Any] | bool | float | int | str | None]
|
||||
ClanOutputsType = Output
|
||||
ClanSecretsType = Secret
|
||||
ClanSelfType = dict[str, Any] | list[Any] | bool | float | int | str
|
||||
|
||||
Reference in New Issue
Block a user