cberg
Version:
Node.js Client for the Codeberg API
28 lines (20 loc) • 838 B
Markdown
# GeneralAttachmentSettings
GeneralAttachmentSettings contains global Attachment settings exposed by API
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowed_types** | **string** | | [optional] [default to undefined]
**enabled** | **boolean** | | [optional] [default to undefined]
**max_files** | **number** | | [optional] [default to undefined]
**max_size** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { GeneralAttachmentSettings } from 'berg';
const instance: GeneralAttachmentSettings = {
allowed_types,
enabled,
max_files,
max_size,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)