UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 751 B
# TransferRepoOption TransferRepoOption options when transfer a repository\'s ownership ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **new_owner** | **string** | | [default to undefined] **team_ids** | **Array<number>** | 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)