client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Fri, 23 Jun 2017 17:58:21 +0200
changeset 83 76a4e4b11762
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
add server request for note update and delete

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');