client/src/constants/asyncRequest.js
author ymh <ymh.work@gmail.com>
Tue, 10 Jul 2018 15:18:03 +0200
changeset 141 cd5e8fb64b74
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Add design Gemfiles

import Immutable from 'immutable';

export default Immutable.Map({
  loading: false,
  success: false,
  error: false,
  errorMessages: Immutable.Map({})
});