MCPcopy
hub / github.com/reduxjs/redux / AddTodoAction

Interface AddTodoAction

test/typescript/actionCreators.ts:9–11  ·  test/typescript/actionCreators.ts::AddTodoAction

Source from the content-addressed store, hash-verified

7} from class="st">'redux'
8
9interface AddTodoAction extends Action {
10 text: string
11}
12
13const addTodo: ActionCreator<AddTodoAction, [string]> = text => ({
14 type: class="st">'ADD_TODO',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected