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