client/src/store/groupRecord.js
author ymh <ymh.work@gmail.com>
Mon, 03 Sep 2018 11:57:58 +0200
changeset 153 de8d18c8251d
parent 133 6f3078f7fd47
child 168 ea92f4fe783d
permissions -rw-r--r--
Remove reference to bootstrap-sass after migration to bootstrap 4

import Immutable from 'immutable';

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

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

}, 'Group');