client/src/store/groupRecord.js
author salimr <riwad.salim@yahoo.fr>
Mon, 08 Oct 2018 03:24:47 +0200
changeset 159 a4705c2b4544
parent 133 6f3078f7fd47
child 168 ea92f4fe783d
permissions -rw-r--r--
Add send note options to the editor

import Immutable from 'immutable';

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

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

}, 'Group');