Type alias CombinedEffectResultInCompletedSuccessState<Input, Result>
Combined
Effect
Result
In
Completed
Success
State
<Input, Result>: { currentInput
: Input | NoValueType; result
: Result; resultInput
: Input | NoValueType; resultPending
: false; }
Type declaration
-
-
result: Result
-
-
resultPending: false
Type representing a CombinedEffectResult in it's success state (non-pending, hece completed effect)