UNPKG

@omegabigdata/honoplay-redux-helper

Version:
10 lines (8 loc) 459 B
export const FETCHING_QUESTION_TYPE_LIST = 'fetching_question_type'; export const FETCH_QUESTION_TYPE_LIST_SUCCESS = 'fetch_question_type_list_success'; export const FETCH_QUESTION_TYPE_LIST_FAILED = 'fetch_question_type_list_failed'; export const FETCHING_QUESTION_TYPE = 'fetching_question_type'; export const FETCH_QUESTION_TYPE_SUCCESS = 'fetch_question_type_success'; export const FETCH_QUESTION_TYPE_FAILED = 'fetch_question_type_failed';