client/src/store/groupRecord.js
author ymh <ymh.work@gmail.com>
Tue, 10 Jul 2018 15:18:03 +0200
changeset 141 cd5e8fb64b74
parent 133 6f3078f7fd47
child 168 ea92f4fe783d
permissions -rw-r--r--
Add design Gemfiles

import Immutable from 'immutable';

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

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

}, 'Group');