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`.
TS2488
typescript 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`.