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