| Name | Type | Description | Notes |
|---|---|---|---|
| contextKind | string | [default to undefined] | |
| values | Array<string> | [default to undefined] | |
| variation | number | [default to undefined] |
import { AIConfigTargetingEnvironmentTarget } from 'launchdarkly-api-typescript';
const instance: AIConfigTargetingEnvironmentTarget = {
contextKind,
values,
variation,
};