| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | Flag key of the prerequisite flag | [default to undefined] |
| variationId | string | ID of a variation of the prerequisite flag | [default to undefined] |
import { FlagPrerequisitePost } from 'launchdarkly-api-typescript';
const instance: FlagPrerequisitePost = {
key,
variationId,
};