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