export class UserState {
  errors: ErrorList = [];
  current = User.NONE;
  isAuth = false;