aiconfigtargetingenvironmenttarget.md•757 B
# AIConfigTargetingEnvironmentTarget
## Example Usage
```typescript
import { AIConfigTargetingEnvironmentTarget } from "@launchdarkly/mcp-server/models/components";
let value: AIConfigTargetingEnvironmentTarget = {
contextKind: "contextKind",
values: [
"values",
"values",
],
variation: 5,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `contextKind` | *string* | :heavy_check_mark: | N/A |
| `values` | *string*[] | :heavy_check_mark: | N/A |
| `variation` | *number* | :heavy_check_mark: | N/A |