| Name | Type | Description | Notes |
|---|---|---|---|
| kind | string | The type of review for this approval request | [optional] [default to undefined] |
| comment | string | Optional comment about the approval request | [optional] [default to undefined] |
import { PostApprovalRequestReviewRequest } from 'launchdarkly-api-typescript';
const instance: PostApprovalRequestReviewRequest = {
kind,
comment,
};