cberg
Version:
Node.js Client for the Codeberg API
31 lines (23 loc) • 963 B
Markdown
# RepoCommit
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | [**CommitUser**](CommitUser.md) | | [optional] [default to undefined]
**committer** | [**CommitUser**](CommitUser.md) | | [optional] [default to undefined]
**message** | **string** | | [optional] [default to undefined]
**tree** | [**CommitMeta**](CommitMeta.md) | | [optional] [default to undefined]
**url** | **string** | | [optional] [default to undefined]
**verification** | [**PayloadCommitVerification**](PayloadCommitVerification.md) | | [optional] [default to undefined]
## Example
```typescript
import { RepoCommit } from 'berg';
const instance: RepoCommit = {
author,
committer,
message,
tree,
url,
verification,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)