Type alias ToEffectErrorType<T>

ToEffectErrorType<T>: T extends EffectError<infer E> ? E : never

Get the concrete error-type of an EffectError

Type Parameters

  • T

Generated using TypeDoc