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