Type alias EffectFactoryEffects<Input, Result, Error>

EffectFactoryEffects<Input, Result, Error>: {
    id: EffectId<Input, Result, Error>;
}

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).

Type Parameters

  • Input

    specifies the input type for the effect

  • Result

    specifies the result type of the effect

  • Error

    specifies the error type of the effect

Type declaration

Generated using TypeDoc