| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | The environment key | [default to undefined] |
| currentVersion | number | Optional flag version. If you include this, the operation only succeeds if the current flag version in the environment matches this version. | [optional] [default to undefined] |
import { FlagCopyConfigEnvironment } from 'launchdarkly-api-typescript';
const instance: FlagCopyConfigEnvironment = {
key,
currentVersion,
};