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