| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Name of the bound | [default to undefined] |
| value | number | Value of the bound | [default to undefined] |
import { InsightsChartBounds } from 'launchdarkly-api-typescript';
const instance: InsightsChartBounds = {
name,
value,
};