const TYPES = { SET_IS_REQUESTING: 'SET_IS_REQUESTING', SET_ERROR: 'SET_ERROR', }; export default TYPES;