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