# 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)
