client/src/store/sessionRecord.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 26 Jun 2017 17:50:24 +0200
changeset 94 2c2a9c8dc216
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Submit form on enter.

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');