| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The name of the workflow stage that required this approval request | [optional] [default to undefined] |
| stage | CustomWorkflowStageMeta | [optional] [default to undefined] |
import { CustomWorkflowMeta } from 'launchdarkly-api-typescript';
const instance: CustomWorkflowMeta = {
name,
stage,
};