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