import Immutable from 'immutable'; export default Immutable.Record({ _id: '', session: '', plain: '', raw: {}, html: '', startedAt: '', finishedAt: '', categories: [], marginComment: '', deleted: false, modified: true }, 'Note');