client/src/store/sessionRecord.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 22 Jun 2017 12:37:53 +0200
changeset 78 49c5ea36d0a4
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Store margin comment.

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');