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