| Name | Type | Description | Notes |
|---|---|---|---|
| kind | string | The type of action for this stage | [default to undefined] |
| instructions | Array<{ [key: string]: any; }> | [default to undefined] |
import { ActionOutput } from 'launchdarkly-api-typescript';
const instance: ActionOutput = {
kind,
instructions,
};