UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 689 B
# CreateForkOption CreateForkOption options for creating a fork ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | name of the forked repository | [optional] [default to undefined] **organization** | **string** | organization name, if forking into an organization | [optional] [default to undefined] ## Example ```typescript import { CreateForkOption } from 'berg'; const instance: CreateForkOption = { name, organization, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)