| Name | Type | Description | Notes |
|---|---|---|---|
| items | { [key: string]: UserFlagSetting; } | An array of flag settings for the user | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
import { UserFlagSettings } from 'launchdarkly-api-typescript';
const instance: UserFlagSettings = {
items,
_links,
};