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