UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 621 B
# EditIssueCommentOption EditIssueCommentOption options for editing a comment ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **body** | **string** | | [default to undefined] **updated_at** | **string** | | [optional] [default to undefined] ## Example ```typescript import { EditIssueCommentOption } from 'berg'; const instance: EditIssueCommentOption = { body, updated_at, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)