@omegabigdata/honoplay-redux-helper
Version:
honoplay-redux-helper
16 lines (12 loc) • 771 B
JavaScript
export const FETCHING_QUESTION_LIST = "fetching_question";
export const FETCH_QUESTION_LIST_SUCCESS = "fetch_question_list_success";
export const FETCH_QUESTION_LIST_FAILED = "fetch_question_list_failed";
export const FETCHING_QUESTION = "fetching_question";
export const FETCH_QUESTION_SUCCESS = "fetch_question_success";
export const FETCH_QUESTION_FAILED = "fetch_question_failed";
export const UPDATING_QUESTION = "updating_question";
export const UPDATE_QUESTION_SUCCESS = "update_question_success";
export const UPDATE_QUESTION_FAILED = "update_question_failed";
export const CREATING_QUESTION = "creating_question";
export const CREATE_QUESTION_SUCCESS = "create_question_success";
export const CREATE_QUESTION_FAILED = "create_question_failed";