| Name | Type | Description | Notes |
|---|---|---|---|
| variations | { [key: string]: VariationSummary; } | [default to undefined] | |
| prerequisites | number | The number of prerequisites for this flag | [default to undefined] |
import { FlagSummary } from 'launchdarkly-api-typescript';
const instance: FlagSummary = {
variations,
prerequisites,
};