The result type for rx-signals effects, representing result-type T or effect-error EffectError<E>. If E extends never, EffectResult<T, E> will be T.
T
EffectError<E>
E extends never
EffectResult<T, E>
Generated using TypeDoc
The result type for rx-signals effects, representing result-type
T
or effect-errorEffectError<E>
. IfE extends never
,EffectResult<T, E>
will beT
.