MCPcopy
hub / github.com/redux-zero/redux-zero / ReduxAction

Interface ReduxAction

src/devtools/devtoolsMiddleware.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface ReduxAction {
14 type: string;
15 args: any[];
16}
17
18export interface MessageState {
19 actionsById: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected