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>