| Name | Type | Description | Notes |
|---|---|---|---|
| min | number | The minimum value for the indicator range | [default to undefined] |
| max | number | The maximum value for the indicator range | [default to undefined] |
import { InsightsMetricIndicatorRange } from 'launchdarkly-api-typescript';
const instance: InsightsMetricIndicatorRange = {
min,
max,
};