cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 639 B
Markdown
# QuotaUsedSizeAssetsPackages
QuotaUsedSizeAssetsPackages represents the size-based package quota usage of a user
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**all** | **number** | Storage suze used for the user\'s packages | [optional] [default to undefined]
## Example
```typescript
import { QuotaUsedSizeAssetsPackages } from 'berg';
const instance: QuotaUsedSizeAssetsPackages = {
all,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)