client/src/store/groupRecord.js
author ymh <ymh.work@gmail.com>
Wed, 05 Sep 2018 12:27:52 +0200
changeset 155 e55ae84508bf
parent 133 6f3078f7fd47
child 168 ea92f4fe783d
permissions -rw-r--r--
Clean CreateSession component and remove trace of previous create session button

import Immutable from 'immutable';

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

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

}, 'Group');