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