Interface RecentResultsActionCreators
Methods
clearRecentResults
- clearRecentResults(): { payload: void; type: string }
Returns { payload: void; type: string }
A dispatchable action.
pushRecentResult
- pushRecentResult(payload: Result): { payload: Result; type: string }
Returns { payload: Result; type: string }
A dispatchable action.
The RecentResults action creators