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