Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 642 Bytes

File metadata and controls

22 lines (15 loc) · 642 Bytes

SourceFlag

Properties

Name Type Description Notes
key string The environment key for the source environment [default to undefined]
version number The version of the source flag from which to copy [optional] [default to undefined]

Example

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

const instance: SourceFlag = {
    key,
    version,
};

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