blob: 3adf304058a023b90a77404dbbcbf300a2f5e8fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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)
|