ExperimentAllocationRep
May 22, 2025 ยท View on GitHub
Example Usage
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 |