UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 643 B
# TagArchiveDownloadCount TagArchiveDownloadCount counts how many times a archive was downloaded ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **tar_gz** | **number** | | [optional] [default to undefined] **zip** | **number** | | [optional] [default to undefined] ## Example ```typescript import { TagArchiveDownloadCount } from 'berg'; const instance: TagArchiveDownloadCount = { tar_gz, zip, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)