UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 750 B
# QuotaUsedSizeRepos QuotaUsedSizeRepos represents the size-based repository quota usage of a user ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_private** | **number** | Storage size of the user\'s private repositories | [optional] [default to undefined] **_public** | **number** | Storage size of the user\'s public repositories | [optional] [default to undefined] ## Example ```typescript import { QuotaUsedSizeRepos } from 'berg'; const instance: QuotaUsedSizeRepos = { _private, _public, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)