| Name | Type | Description | Notes |
|---|---|---|---|
| comment | string | Optional comment describing the update | [optional] [default to undefined] |
| instructions | Array<{ [key: string]: any; }> | [default to undefined] |
import { ApprovalRequestPatchInput } from 'launchdarkly-api-typescript';
const instance: ApprovalRequestPatchInput = {
comment,
instructions,
};