cberg
Version:
Node.js Client for the Codeberg API
25 lines (17 loc) • 697 B
Markdown
# Compare
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commits** | [**Array<Commit>**](Commit.md) | | [optional] [default to undefined]
**files** | [**Array<CommitAffectedFiles>**](CommitAffectedFiles.md) | | [optional] [default to undefined]
**total_commits** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { Compare } from 'berg';
const instance: Compare = {
commits,
files,
total_commits,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)