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

Interface Message

src/devtools/devtoolsMiddleware.ts:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface Message {
28 state: string;
29 payload: {
30 id: number;
31 type: string;
32 };
33 type: string;
34}
35
36interface DevToolsStoreExtraParams {
37 send: (type: string | ReduxAction, state: object) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected