Interface GeneratedAnswerActionCreators
interface GeneratedAnswerActionCreators { resetAnswer(): { payload: void; type: string; }; } Methods
resetAnswer
- resetAnswer(): {
payload: void;
type: string;
} Returns {
payload: void;
type: string;
}
A dispatchable action.
payload: void
type: string
The generated answer action creators.