client/src/store/userRecord.js
author ymh <ymh.work@gmail.com>
Sun, 30 Jul 2017 01:02:09 +0200
changeset 130 78246db1cbac
parent 67 9206af01f5e5
child 132 906a6c7c7943
permissions -rw-r--r--
make synchronization recurent, improve synchronization status display

import Immutable from 'immutable';

export default Immutable.Record({
  pk: '',
  username: '',

  email: '',
  first_name: '',
  last_name: ''

}, 'User');