UNPKG

cberg

Version:

Node.js Client for the Codeberg API

26 lines (18 loc) 653 B
# Reaction Reaction contain one reaction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content** | **string** | | [optional] [default to undefined] **created_at** | **string** | | [optional] [default to undefined] **user** | [**User**](User.md) | | [optional] [default to undefined] ## Example ```typescript import { Reaction } from 'berg'; const instance: Reaction = { content, created_at, user, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)