client/src/store/noteRecord.js
author duong tam kien <tk@deveha.com>
Thu, 08 Jun 2017 14:46:34 +0200
changeset 23 4c3ae065f22c
parent 17 877d8796b86d
child 26 930e486ad0a8
permissions -rw-r--r--
notes layout

import Immutable from 'immutable';

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

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

  startedAt: '',
  finishedAt: '',
});