client/src/store/noteRecord.js
author duong tam kien <tk@deveha.com>
Mon, 19 Jun 2017 14:47:12 +0200
changeset 50 d43b1d421a05
parent 29 4cfeabef7d5e
child 58 f16a080e0bc4
permissions -rw-r--r--
add readme

import Immutable from 'immutable';

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

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

  startedAt: '',
  finishedAt: '',

  categories: []
});