client/src/store/userRecord.js
author ymh <ymh.work@gmail.com>
Mon, 24 Jul 2017 16:58:34 +0200
changeset 126 ba8bc0199464
parent 67 9206af01f5e5
child 132 906a6c7c7943
permissions -rw-r--r--
add log api for syncing

import Immutable from 'immutable';

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

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

}, 'User');