cberg
Version:
Node.js Client for the Codeberg API
28 lines (20 loc) • 758 B
Markdown
# PullRequestMeta
PullRequestMeta PR info if an issue is a PR
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**draft** | **boolean** | | [optional] [default to undefined]
**html_url** | **string** | | [optional] [default to undefined]
**merged** | **boolean** | | [optional] [default to undefined]
**merged_at** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { PullRequestMeta } from 'berg';
const instance: PullRequestMeta = {
draft,
html_url,
merged,
merged_at,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)