cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 673 B
Markdown
# SubmitPullReviewOptions
SubmitPullReviewOptions are options to submit a pending pull review
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** | | [optional] [default to undefined]
**event** | **string** | ReviewStateType review state type | [optional] [default to undefined]
## Example
```typescript
import { SubmitPullReviewOptions } from 'berg';
const instance: SubmitPullReviewOptions = {
body,
event,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)