UNPKG

cberg

Version:

Node.js Client for the Codeberg API

25 lines (17 loc) 638 B
# IssueConfigContactLink ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **about** | **string** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **url** | **string** | | [optional] [default to undefined] ## Example ```typescript import { IssueConfigContactLink } from 'berg'; const instance: IssueConfigContactLink = { about, name, url, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)