| 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] |
import { SourceFlag } from 'launchdarkly-api-typescript';
const instance: SourceFlag = {
key,
version,
};