client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Tue, 18 Jul 2017 17:08:27 +0200
changeset 117 9864fe2067cd
parent 101 e165aa89ac82
child 124 c77570164050
permissions -rw-r--r--
Add api endpoints for group management

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

  group: null

}, 'Session');