client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Mon, 26 Jun 2017 16:05:47 +0200
changeset 88 2a861fed6bde
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Deauthenticate user if refresh was not possible (session expired or total delta reached)

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');