client/src/store/noteRecord.js
author duong tam kien <tk@deveha.com>
Wed, 07 Jun 2017 18:18:44 +0200
changeset 20 a8300ef1876e
parent 17 877d8796b86d
child 26 930e486ad0a8
permissions -rw-r--r--
start of sidebar and navbar

import Immutable from 'immutable';

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

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

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