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