Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redux-zero/redux-zero
/ Action
Interface
Action
src/devtools/devtoolsMiddleware.ts:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
export
interface
Action {
9
type
: string;
10
name: string;
11
}
12
13
export
interface
ReduxAction {
14
type
: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected