client/src/store/sessionRecord.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 28 Jun 2017 13:29:07 +0200
changeset 102 b0e36664f1f2
parent 101 e165aa89ac82
child 124 c77570164050
permissions -rw-r--r--
Add TextPositionSelector.

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

  group: null

}, 'Session');