client/src/store/noteRecord.js
author duong tam kien <tk@deveha.com>
Mon, 19 Jun 2017 12:39:00 +0200
changeset 48 1105f23aa0de
parent 29 4cfeabef7d5e
child 58 f16a080e0bc4
permissions -rw-r--r--
iconography

import Immutable from 'immutable';

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

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

  startedAt: '',
  finishedAt: '',

  categories: []
});