# 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)
