Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 623 Bytes

File metadata and controls

20 lines (13 loc) · 623 Bytes

ActionInput

Properties

Name Type Description Notes
instructions any An array of instructions for the stage. Each object in the array uses the semantic patch format for updating a feature flag. [optional] [default to undefined]

Example

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

const instance: ActionInput = {
    instructions,
};

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