| Name | Type | Description | Notes |
|---|---|---|---|
| comment | string | Optional comment about the approval request | [optional] [default to undefined] |
import { PostApprovalRequestApplyRequest } from 'launchdarkly-api-typescript';
const instance: PostApprovalRequestApplyRequest = {
comment,
};