# TransferRepoOption

TransferRepoOption options when transfer a repository\'s ownership

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**new_owner** | **string** |  | [default to undefined]
**team_ids** | **Array&lt;number&gt;** | ID of the team or teams to add to the repository. Teams can only be added to organization-owned repositories. | [optional] [default to undefined]

## Example

```typescript
import { TransferRepoOption } from 'berg';

const instance: TransferRepoOption = {
    new_owner,
    team_ids,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
