Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 620 Bytes

File metadata and controls

22 lines (15 loc) · 620 Bytes

ExecutionOutput

Properties

Name Type Description Notes
status string The status of the execution of this workflow stage [default to undefined]
stopDate number [optional] [default to undefined]

Example

import { ExecutionOutput } from 'launchdarkly-api-typescript';

const instance: ExecutionOutput = {
    status,
    stopDate,
};

[Back to Model list] [Back to API list] [Back to README]