experimentallocationrep.md•597 B
# ExperimentAllocationRep
## Example Usage
```typescript
import { ExperimentAllocationRep } from "@launchdarkly/mcp-server/models/components";
let value: ExperimentAllocationRep = {
defaultVariation: 46630,
canReshuffle: false,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `defaultVariation` | *number* | :heavy_check_mark: | N/A |
| `canReshuffle` | *boolean* | :heavy_check_mark: | N/A |