This commit is contained in:
mudiko
2025-07-18 07:43:58 +02:00
committed by GitHub
parent b035f3f884
commit d37b6716cd

View File

@@ -646,7 +646,7 @@ const getIterationItemType = ({
case VarType.arrayObject:
return VarType.object
case VarType.array:
return VarType.any
return VarType.arrayObject // Use more specific type instead of any
case VarType.arrayFile:
return VarType.file
default: