Type alias CombinedEffectResultInSuccessState<Input, Result>
Combined
EffectResultInSuccessState<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)