Skip to main content

Type Alias: ReduxRunner<T>

type ReduxRunner<T> = (next) => (action) => ReduxAction;

A redux runner for mobx-keystone.

Type Parameters​

Type Parameter
T

Parameters​

ParameterType
nextReduxStore<T>["dispatch"]

Returns​

(action) => ReduxAction