Type alias SafeEffectResult<Result, Error>

SafeEffectResult<Result, Error>: EffectResult<Result, Error | UnhandledEffectError>

The usual EffectResult extended by EffectError<UnhandledEffectError>, to provide a type that also for effect consumers that handle unhandled effect errors

Type Parameters

  • Result

  • Error

Generated using TypeDoc