client/src/store/userRecord.js
author salimr <riwad.salim@yahoo.fr>
Mon, 03 Sep 2018 20:02:14 +0200
changeset 154 a28361bda28c
parent 132 906a6c7c7943
child 168 ea92f4fe783d
permissions -rw-r--r--
Adapt all css classes with Bootstrap 4 Utilities

import Immutable from 'immutable';

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

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

}, 'User');