| Name | Type | Description | Notes |
|---|---|---|---|
| baselineIdx | number | [default to undefined] | |
| items | Array<LegacyExperimentRep> | [default to undefined] |
import { ExperimentInfoRep } from 'launchdarkly-api-typescript';
const instance: ExperimentInfoRep = {
baselineIdx,
items,
};