client/src/store/groupRecord.js
author salimr <riwad.salim@yahoo.fr>
Wed, 29 Aug 2018 11:02:36 +0200
changeset 150 97536386b397
parent 133 6f3078f7fd47
child 168 ea92f4fe783d
permissions -rw-r--r--
Improve Modals display and sessions list

import Immutable from 'immutable';

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

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

}, 'Group');