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