client/src/store/sessionRecord.js
author duong tam kien <tk@deveha.com>
Mon, 10 Jul 2017 16:15:52 +0200
changeset 113 33a04d0a7ecc
parent 101 e165aa89ac82
child 124 c77570164050
permissions -rw-r--r--
adds note taking lifecycle diagram

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

  group: null

}, 'Session');