| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<MultiEnvironmentDependentFlag> | An array of dependent flags with their environment information | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
| _site | Link | [default to undefined] |
import { MultiEnvironmentDependentFlags } from 'launchdarkly-api-typescript';
const instance: MultiEnvironmentDependentFlags = {
items,
_links,
_site,
};