Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 601 Bytes

File metadata and controls

22 lines (15 loc) · 601 Bytes

FlagSempatch

Properties

Name Type Description Notes
instructions Array<{ [key: string]: any; }> [default to undefined]
comment string [optional] [default to undefined]

Example

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

const instance: FlagSempatch = {
    instructions,
    comment,
};

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