client/src/store/noteRecord.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 01 Jun 2017 16:15:08 +0200
changeset 15 4a8bbd314a46
parent 12 48ddaa42b810
child 16 e67cd18cc594
permissions -rw-r--r--
Store note JSON data.

import Immutable from 'immutable';

export default Immutable.Record({
  id: '',
  session: '',
  plain: '',
  raw: {}
});