cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 670 B
Markdown
# CommitStats
CommitStats is statistics for a RepoCommit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additions** | **number** | | [optional] [default to undefined]
**deletions** | **number** | | [optional] [default to undefined]
**total** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { CommitStats } from 'berg';
const instance: CommitStats = {
additions,
deletions,
total,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)