fix: loop arry bool inner item type value

This commit is contained in:
Joel 2025-07-25 14:52:13 +08:00
parent e3e4369358
commit 171c5055f8
1 changed files with 2 additions and 0 deletions

View File

@ -697,6 +697,8 @@ const getLoopItemType = ({
return VarType.number
case VarType.arrayObject:
return VarType.object
case VarType.arrayBoolean:
return VarType.boolean
case VarType.array:
return VarType.any
case VarType.arrayFile: