| Name | Type | Description | Notes |
|---|---|---|---|
| indicator | string | Metric indicator tier | [default to undefined] |
| description | string | Metric indicator description | [default to undefined] |
import { InsightsMetricTierDefinition } from 'launchdarkly-api-typescript';
const instance: InsightsMetricTierDefinition = {
indicator,
description,
};