Type specifying the effect-type of EffectSignals (the corresponding effects are NOT added to the store by the EffectSignals-setup, but by whoever uses the signals, e.g. by useExistingEffect or via extended configuration plus extendSetup).
useExistingEffect
extendSetup
specifies the input type for the effect
specifies the result type of the effect
specifies the error type of the effect
Generated using TypeDoc
Type specifying the effect-type of EffectSignals (the corresponding effects are NOT added to the store by the EffectSignals-setup, but by whoever uses the signals, e.g. by
useExistingEffect
or via extended configuration plusextendSetup
).