UNPKG

cberg

Version:

Node.js Client for the Codeberg API

26 lines (18 loc) 685 B
# AnnotatedTagObject AnnotatedTagObject contains meta information of the tag object ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **sha** | **string** | | [optional] [default to undefined] **type** | **string** | | [optional] [default to undefined] **url** | **string** | | [optional] [default to undefined] ## Example ```typescript import { AnnotatedTagObject } from 'berg'; const instance: AnnotatedTagObject = { sha, type, 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)