| Name | Type | Description | Notes |
|---|---|---|---|
| environments | { [key: string]: FeatureFlagStatus; } | Flag status for environment. | [default to undefined] |
| key | string | feature flag key | [default to undefined] |
| _links | { [key: string]: Link; } | [default to undefined] |
import { FeatureFlagStatusAcrossEnvironments } from 'launchdarkly-api-typescript';
const instance: FeatureFlagStatusAcrossEnvironments = {
environments,
key,
_links,
};