@omegabigdata/honoplay-redux-helper
Version:
honoplay-redux-helper
7 lines (6 loc) • 419 B
JavaScript
export const CREATING_DEPARTMENT = "creating_department";
export const CREATE_DEPARTMENT_SUCCESS = "create_department_success";
export const CREATE_DEPARTMENT_FAILED = "create_department_failed";
export const FETCHING_DEPARTMENT_LIST = "fetching_department";
export const FETCH_DEPARTMENT_LIST_SUCCESS = "fetch_department_list_success";
export const FETCH_DEPARTMENT_LIST_FAILED = "fetch_department_list_failed";