export const REQUEST_USER_LIST = 'REQUEST_USER_LIST'; export const RECEIVE_USER_LIST_SUCCESS = 'RECEIVE_USER_LIST_SUCCESS'; export const RECEIVE_USER_LIST_ERROR = 'RECEIVE_USER_LIST_ERROR'; export const DISMISS_ERROR_ALERT = 'DISMISS_ERROR_ALERT';