cberg
Version:
Node.js Client for the Codeberg API
30 lines (22 loc) • 965 B
Markdown
# QuotaUsedPackage
QuotaUsedPackage represents a package counting towards a user\'s quota
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**html_url** | **string** | HTML URL to the package version | [optional] [default to undefined]
**name** | **string** | Name of the package | [optional] [default to undefined]
**size** | **number** | Size of the package version | [optional] [default to undefined]
**type** | **string** | Type of the package | [optional] [default to undefined]
**version** | **string** | Version of the package | [optional] [default to undefined]
## Example
```typescript
import { QuotaUsedPackage } from 'berg';
const instance: QuotaUsedPackage = {
html_url,
name,
size,
type,
version,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)