PatchWithComment
July 9, 2025 ยท View on GitHub
Example Usage
import { PatchWithComment } from "@launchdarkly/mcp-server/models/components";
let value: PatchWithComment = {
patch: [],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
patch | components.PatchOperation[] | :heavy_check_mark: | N/A |
comment | string | :heavy_minus_sign: | Optional comment |