cberg
Version:
Node.js Client for the Codeberg API
39 lines (31 loc) • 1.27 kB
Markdown
# Commit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | [**User**](User.md) | | [optional] [default to undefined]
**commit** | [**RepoCommit**](RepoCommit.md) | | [optional] [default to undefined]
**committer** | [**User**](User.md) | | [optional] [default to undefined]
**created** | **string** | | [optional] [default to undefined]
**files** | [**Array<CommitAffectedFiles>**](CommitAffectedFiles.md) | | [optional] [default to undefined]
**html_url** | **string** | | [optional] [default to undefined]
**parents** | [**Array<CommitMeta>**](CommitMeta.md) | | [optional] [default to undefined]
**sha** | **string** | | [optional] [default to undefined]
**stats** | [**CommitStats**](CommitStats.md) | | [optional] [default to undefined]
**url** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Commit } from 'berg';
const instance: Commit = {
author,
commit,
committer,
created,
files,
html_url,
parents,
sha,
stats,
url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)