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