| Name | Type | Description | Notes |
|---|---|---|---|
| status | string | The status of the execution of this workflow stage | [default to undefined] |
| stopDate | number | [optional] [default to undefined] |
import { ExecutionOutput } from 'launchdarkly-api-typescript';
const instance: ExecutionOutput = {
status,
stopDate,
};