OtherAwaitableIterableVersion: 21.5.2On this pageAwaitableIterable type Signature: export type AwaitableIterable<T> = Iterable<T> | AsyncIterable<T>;