Version 3.3.0 is behind the current release: jump to latest version (3.4.0).type alias Yieldedthefrontside/effectiontype Yielded = T extends Operation<infer TYield> ? TYield : neverUnwrap the type of an Operation. Analogous to the built in Awaited type. Yielded<Operation<T>> === T Type Parameters T extends Operation<unknown>