Type used by trigger()
, subscribe to this in your Saga
Signal the end of a Routine that failed
dispatch(fetchFoo.failure(error))
Signal the end of a Routine that was successful
dispatch(fetchFoo.success(foo))
Trigger the start of a Routine
dispatch(fetchFoo.trigger({ id: '5'}))
Generated using TypeDoc
The prefix the routine was created with