client/src/store/groupRecord.js
author salimr <riwad.salim@yahoo.fr>
Thu, 16 Aug 2018 22:32:36 +0200
changeset 146 4f4bb2b3ef39
parent 133 6f3078f7fd47
child 168 ea92f4fe783d
permissions -rw-r--r--
Removing Modal from react-bootstrap and adding react-modal

import Immutable from 'immutable';

export default Immutable.Record({
  name: '',

  owner: '',
  isPersonal: false,
  description:'',
  protocol: null

}, 'Group');