Type alias EffectResult<T, E>

EffectResult<T, E>: T | ToEffectError<E>

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.

Type Parameters

  • T

  • E

Generated using TypeDoc