cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 588 B
Markdown
# AddCollaboratorOption
AddCollaboratorOption options when adding a user as a collaborator of a repository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**permission** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { AddCollaboratorOption } from 'berg';
const instance: AddCollaboratorOption = {
permission,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)