errors.fyi community error code reference
TS2488
typescript

Type Not Iterable

A `for...of` loop is used on a value whose type does not have an iterator. Ensure the value is an array, string, or other iterable type, or enable `downlevelIteration`.

References

← all namespaces