@omegabigdata/honoplay-redux-helper
Version:
honoplay-redux-helper
23 lines (18 loc) • 1.01 kB
JavaScript
export const FETCHING_OPTION_LIST = "fetching_option";
export const FETCH_OPTION_LIST_SUCCESS = "fetch_option_list_success";
export const FETCH_OPTION_LIST_FAILED = "fetch_option_list_failed";
export const FETCHING_OPTION = "fetching_option";
export const FETCH_OPTION_SUCCESS = "fetch_option_success";
export const FETCH_OPTION_FAILED = "fetch_option_failed";
export const UPDATING_OPTION = "updating_option";
export const UPDATE_OPTION_SUCCESS = "update_option_success";
export const UPDATE_OPTION_FAILED = "update_option_failed";
export const CREATING_OPTION = "creating_option";
export const CREATE_OPTION_SUCCESS = "create_option_success";
export const CREATE_OPTION_FAILED = "create_option_failed";
export const FETCHING_OPTION_BY_QUESTIONID_LIST =
"fetching_option_by_questionid";
export const FETCH_OPTION_BY_QUESTIONID_LIST_SUCCESS =
"fetch_option_by_questionid_list_success";
export const FETCH_OPTION_BY_QUESTIONID_LIST_FAILED =
"fetch_option_by_questionid_list_failed";