A base class for Redux Saga stores.
Store type.
Construct a BaseStore.
An array of sagas.
and object to combine into the store state.
The saga middleware running the sagas.
The redux store.
A base class for Redux Saga stores.