| Name | Type | Description | Notes |
|---|---|---|---|
| metadata | InsightsChartSeriesMetadata | [default to undefined] | |
| data | Array<InsightsChartSeriesDataPoint> | Data points for the series | [default to undefined] |
import { InsightsChartSeries } from 'launchdarkly-api-typescript';
const instance: InsightsChartSeries = {
metadata,
data,
};