UNPKG

cberg

Version:

Node.js Client for the Codeberg API

28 lines (20 loc) 748 B
# LabelTemplate LabelTemplate info of a Label template ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **color** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **exclusive** | **boolean** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] ## Example ```typescript import { LabelTemplate } from 'berg'; const instance: LabelTemplate = { color, description, exclusive, name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)