client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Mon, 26 Jun 2017 15:21:06 +0200
changeset 87 dbcee57de2c6
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Add first implementation of network monitor

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');