Union type representing all possible events in an async generator execution.
An event can be:
The type of yielded values
The type of the return value
The type of thrown values/errors (default: unknown)
unknown
AsyncGeneratorExecutor
Union type representing all possible events in an async generator execution.
An event can be: