# GeneralUISettings

GeneralUISettings contains global ui settings exposed by API

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowed_reactions** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**custom_emojis** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**default_theme** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { GeneralUISettings } from 'berg';

const instance: GeneralUISettings = {
    allowed_reactions,
    custom_emojis,
    default_theme,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
