UNPKG

cberg

Version:

Node.js Client for the Codeberg API

34 lines (26 loc) 1.16 kB
# GeneralRepoSettings GeneralRepoSettings contains global repository settings exposed by API ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **forks_disabled** | **boolean** | | [optional] [default to undefined] **http_git_disabled** | **boolean** | | [optional] [default to undefined] **lfs_disabled** | **boolean** | | [optional] [default to undefined] **migrations_disabled** | **boolean** | | [optional] [default to undefined] **mirrors_disabled** | **boolean** | | [optional] [default to undefined] **stars_disabled** | **boolean** | | [optional] [default to undefined] **time_tracking_disabled** | **boolean** | | [optional] [default to undefined] ## Example ```typescript import { GeneralRepoSettings } from 'berg'; const instance: GeneralRepoSettings = { forks_disabled, http_git_disabled, lfs_disabled, migrations_disabled, mirrors_disabled, stars_disabled, time_tracking_disabled, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)