export interface AccountSettingsProps {
  dispatch: Function;
  settingsPanelState: SettingsPanelState;
  user: TaggedUser;
  getConfigValue: GetWebAppConfigValue;