Fix(inventory/extraModules): use more narrow type for better persistence
This commit is contained in:
@@ -448,7 +448,8 @@ in
|
||||
type = types.listOf (
|
||||
types.oneOf [
|
||||
types.str
|
||||
types.anything
|
||||
types.path
|
||||
(types.attrsOf types.anything)
|
||||
]
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user