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