| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ExpandedMetric> | [default to undefined] | |
| totalCount | number | [default to undefined] |
import { ExpandedLinkedMetrics } from 'launchdarkly-api-typescript';
const instance: ExpandedLinkedMetrics = {
items,
totalCount,
};