UNPKG

cberg

Version:

Node.js Client for the Codeberg API

34 lines (26 loc) 1.08 kB
# CreateTeamOption CreateTeamOption options for creating a team ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **can_create_org_repo** | **boolean** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **includes_all_repositories** | **boolean** | | [optional] [default to undefined] **name** | **string** | | [default to undefined] **permission** | **string** | | [optional] [default to undefined] **units** | **Array<string>** | | [optional] [default to undefined] **units_map** | **{ [key: string]: string; }** | | [optional] [default to undefined] ## Example ```typescript import { CreateTeamOption } from 'berg'; const instance: CreateTeamOption = { can_create_org_repo, description, includes_all_repositories, name, permission, units, units_map, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)