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