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