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