This commit is contained in:
mudiko
2025-07-18 07:43:58 +02:00
committed by GitHub
parent 4757d95688
commit 5a763dbe3c
@@ -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: