cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 772 B
Markdown
# GeneralUISettings
GeneralUISettings contains global ui settings exposed by API
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowed_reactions** | **Array<string>** | | [optional] [default to undefined]
**custom_emojis** | **Array<string>** | | [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)