UNPKG

cberg

Version:

Node.js Client for the Codeberg API

42 lines (34 loc) 1.38 kB
# EditPullRequestOption EditPullRequestOption options when modify pull request ## Properties 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] ## Example ```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#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)