cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 535 B
Markdown
# EditReactionOption
EditReactionOption contain the reaction type
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { EditReactionOption } from 'berg';
const instance: EditReactionOption = {
content,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)