client/src/store/noteRecord.js
author duong tam kien <tk@deveha.com>
Tue, 20 Jun 2017 12:11:57 +0200
changeset 61 7586b4a11c32
parent 59 1eb52770eefa
child 62 b2514a9bcd49
permissions -rw-r--r--
README

import Immutable from 'immutable';

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

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

  startedAt: '',
  finishedAt: '',

  categories: []
});