# 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)
