client/src/store/userRecord.js
author duong tam kien <tk@deveha.com>
Mon, 10 Jul 2017 16:15:52 +0200
changeset 113 33a04d0a7ecc
parent 67 9206af01f5e5
child 132 906a6c7c7943
permissions -rw-r--r--
adds note taking lifecycle diagram

import Immutable from 'immutable';

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

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

}, 'User');