| Name | Type | Description | Notes |
|---|---|---|---|
| instructions | any | An array of instructions for the stage. Each object in the array uses the semantic patch format for updating a feature flag. | [optional] [default to undefined] |
import { ActionInput } from 'launchdarkly-api-typescript';
const instance: ActionInput = {
instructions,
};