Details on linked resources for a view - requires passing the 'allResources' expand field
| Name | Type | Description | Notes |
|---|---|---|---|
| items | ExpandedLinkedResourcesItems | [default to undefined] | |
| totalCount | number | [default to undefined] |
import { ExpandedLinkedResources } from 'launchdarkly-api-typescript';
const instance: ExpandedLinkedResources = {
items,
totalCount,
};