Type alias ReducerProducer<TRequest, TNext, TError, TState>

ReducerProducer<TRequest, TNext, TError, TState>: ((acs) => ServiceReducer<TRequest, TNext, TError, TState>)

Signature for a function that closes over action creators and returns a Producer

Type Parameters

  • TRequest
  • TNext = void
  • TError = Error
  • TState = {}