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