cberg
Version:
Node.js Client for the Codeberg API
30 lines (22 loc) • 815 B
Markdown
# PRBranchInfo
PRBranchInfo information about a branch
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **string** | | [optional] [default to undefined]
**ref** | **string** | | [optional] [default to undefined]
**repo** | [**Repository**](Repository.md) | | [optional] [default to undefined]
**repo_id** | **number** | | [optional] [default to undefined]
**sha** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { PRBranchInfo } from 'berg';
const instance: PRBranchInfo = {
label,
ref,
repo,
repo_id,
sha,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)