Details on linked segments for a view - requires passing the 'allSegments' expand field
| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ExpandedSegment> | [default to undefined] | |
| totalCount | number | [default to undefined] |
import { ExpandedLinkedSegments } from 'launchdarkly-api-typescript';
const instance: ExpandedLinkedSegments = {
items,
totalCount,
};