Interface ReduxAction

A redux action for mobx-keystone.

interface ReduxAction {
    payload: ActionCall;
    type: "applyAction";
}

Properties

Properties

payload: ActionCall
type: "applyAction"