Type Alias: ReduxRunner<T>
type ReduxRunner<T> = (next) => (action) => ReduxAction;
A redux runner for mobx-keystone.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type |
|---|---|
next | ReduxStore<T>["dispatch"] |
Returns
(action) => ReduxAction