The generated answer action creators.

interface GeneratedAnswerActionCreators {
    resetAnswer(): { payload: void; type: string };
}

Methods

Methods

  • Resets the generated answer state to a clean slate.

    Returns { payload: void; type: string }

    A dispatchable action.