client/src/store/noteRecord.js
author duong tam kien <tk@deveha.com>
Thu, 15 Jun 2017 17:18:22 +0200
changeset 43 3c9d3c8f41d1
parent 29 4cfeabef7d5e
child 58 f16a080e0bc4
permissions -rw-r--r--
transparency

import Immutable from 'immutable';

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

  plain: '',
  raw: {},
  html: '',

  startedAt: '',
  finishedAt: '',

  categories: []
});