| Name | Type | Description | Notes |
|---|---|---|---|
| patch | Array<PatchOperation> | [default to undefined] | |
| comment | string | Optional comment | [optional] [default to undefined] |
import { PatchWithComment } from 'launchdarkly-api-typescript';
const instance: PatchWithComment = {
patch,
comment,
};