client/src/store/userRecord.js
author ymh <ymh.work@gmail.com>
Fri, 04 Aug 2017 09:48:09 +0200
changeset 138 a1fb2ced3049
parent 132 906a6c7c7943
child 168 ea92f4fe783d
permissions -rw-r--r--
propagate annotations categories from session protocol definition

import Immutable from 'immutable';

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

  email: '',
  first_name: '',
  last_name: '',
  default_group: null,

}, 'User');