client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Fri, 23 Jun 2017 18:50:57 +0200
changeset 86 fa8ef84a1780
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Add margin comments in server save

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');