| Name | Type | Description | Notes |
|---|---|---|---|
| count | number | [default to undefined] | |
| linkedSegments | ExpandedDirectlyLinkedSegments | [optional] [default to undefined] |
import { SegmentsSummary } from 'launchdarkly-api-typescript';
const instance: SegmentsSummary = {
count,
linkedSegments,
};