UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 704 B
# PullReviewRequestOptions PullReviewRequestOptions are options to add or remove pull review requests ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **reviewers** | **Array<string>** | | [optional] [default to undefined] **team_reviewers** | **Array<string>** | | [optional] [default to undefined] ## Example ```typescript import { PullReviewRequestOptions } from 'berg'; const instance: PullReviewRequestOptions = { reviewers, team_reviewers, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)