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