| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | [default to undefined] | |
| items | Array<FlagStatusRep> | [optional] [default to undefined] |
import { FeatureFlagStatuses } from 'launchdarkly-api-typescript';
const instance: FeatureFlagStatuses = {
_links,
items,
};