Configuration for progressive releases
| Name | Type | Description | Notes |
|---|---|---|---|
| rolloutContextKindKey | string | Context kind key to use as the randomization unit for the rollout | [optional] [default to undefined] |
| stages | Array<ReleasePolicyStage> | List of stages | [optional] [default to undefined] |
import { ProgressiveReleaseConfig } from 'launchdarkly-api-typescript';
const instance: ProgressiveReleaseConfig = {
rolloutContextKindKey,
stages,
};