Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 617 Bytes

File metadata and controls

22 lines (15 loc) · 617 Bytes

ActionOutput

Properties

Name Type Description Notes
kind string The type of action for this stage [default to undefined]
instructions Array<{ [key: string]: any; }> [default to undefined]

Example

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

const instance: ActionOutput = {
    kind,
    instructions,
};

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