| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | Key of feature flag copied | [default to undefined] |
| version | number | Version of feature flag copied | [optional] [default to undefined] |
import { CopiedFromEnv } from 'launchdarkly-api-typescript';
const instance: CopiedFromEnv = {
key,
version,
};