| Name | Type | Description | Notes |
|---|---|---|---|
| contextKind | string | The context kind targeted by this migration flag. Only applicable for six-stage migrations. | [optional] [default to undefined] |
| stageCount | number | The number of stages for this migration flag | [optional] [default to undefined] |
import { FlagMigrationSettingsRep } from 'launchdarkly-api-typescript';
const instance: FlagMigrationSettingsRep = {
contextKind,
stageCount,
};