client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Wed, 21 Jun 2017 08:45:29 +0200
changeset 70 dff58e6bea47
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Ass src/sass in the watch list for node-sass

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');