cberg
Version:
Node.js Client for the Codeberg API
42 lines (34 loc) • 1.38 kB
Markdown
EditPullRequestOption options when modify pull request
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allow_maintainer_edit** | **boolean** | | [optional] [default to undefined]
**assignee** | **string** | | [optional] [default to undefined]
**assignees** | **Array<string>** | | [optional] [default to undefined]
**base** | **string** | | [optional] [default to undefined]
**body** | **string** | | [optional] [default to undefined]
**due_date** | **string** | | [optional] [default to undefined]
**labels** | **Array<number>** | | [optional] [default to undefined]
**milestone** | **number** | | [optional] [default to undefined]
**state** | **string** | | [optional] [default to undefined]
**title** | **string** | | [optional] [default to undefined]
**unset_due_date** | **boolean** | | [optional] [default to undefined]
```typescript
import { EditPullRequestOption } from 'berg';
const instance: EditPullRequestOption = {
allow_maintainer_edit,
assignee,
assignees,
base,
body,
due_date,
labels,
milestone,
state,
title,
unset_due_date,
};
```
[[Back to Model list]](../README.md