client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Tue, 27 Jun 2017 11:38:26 +0200
changeset 97 69eaef18b01b
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Improve the network saga. Try to avoid unnecessary token refresh

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');