cberg
Version:
Node.js Client for the Codeberg API
44 lines (36 loc) • 1.5 kB
Markdown
# UserSettingsOptions
UserSettingsOptions represents options to change user settings
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **string** | | [optional] [default to undefined]
**diff_view_style** | **string** | | [optional] [default to undefined]
**enable_repo_unit_hints** | **boolean** | | [optional] [default to undefined]
**full_name** | **string** | | [optional] [default to undefined]
**hide_activity** | **boolean** | | [optional] [default to undefined]
**hide_email** | **boolean** | Privacy | [optional] [default to undefined]
**hide_pronouns** | **boolean** | | [optional] [default to undefined]
**language** | **string** | | [optional] [default to undefined]
**location** | **string** | | [optional] [default to undefined]
**pronouns** | **string** | | [optional] [default to undefined]
**theme** | **string** | | [optional] [default to undefined]
**website** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { UserSettingsOptions } from 'berg';
const instance: UserSettingsOptions = {
description,
diff_view_style,
enable_repo_unit_hints,
full_name,
hide_activity,
hide_email,
hide_pronouns,
language,
location,
pronouns,
theme,
website,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)