cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 570 B
Markdown
# UpdateBranchRepoOption
UpdateBranchRepoOption options when updating a branch in a repository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | New branch name | [default to undefined]
## Example
```typescript
import { UpdateBranchRepoOption } from 'berg';
const instance: UpdateBranchRepoOption = {
name,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)