Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 693 Bytes

File metadata and controls

22 lines (15 loc) · 693 Bytes

CustomWorkflowMeta

Properties

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]

Example

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

const instance: CustomWorkflowMeta = {
    name,
    stage,
};

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