aiconfigtargetingenvironmentfallthroughrolloutexperimentationallocation.md•848 B
# AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation
## Example Usage
```typescript
import { AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation } from "@launchdarkly/mcp-server/models/components";
let value:
AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation = {
canReshuffle: true,
defaultVariation: 2,
type: "type",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `canReshuffle` | *boolean* | :heavy_check_mark: | N/A |
| `defaultVariation` | *number* | :heavy_check_mark: | N/A |
| `type` | *string* | :heavy_check_mark: | N/A |