client/src/store/sessionRecord.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 20 Jun 2017 17:54:02 +0200
changeset 64 aecde527900a
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Introduce adding note on "enter" key.

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');