| Name | Type | Description | Notes |
|---|---|---|---|
| instruction | { [key: string]: any; } | [optional] [default to undefined] | |
| reason | string | Reason why the conflict exists | [optional] [default to undefined] |
import { Conflict } from 'launchdarkly-api-typescript';
const instance: Conflict = {
instruction,
reason,
};