# UserHealthConfig ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **banned_countries** | **Array<string>** | | [optional] [default to undefined] **allow_ban_iphist** | **boolean** | | [optional] [default to true] ## Example ```typescript import { UserHealthConfig } from './api'; const instance: UserHealthConfig = { banned_countries, allow_ban_iphist, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)