CreateFlagRules
February 19, 2026 ยท View on GitHub
Example Usage
import { CreateFlagRules } from "@vercel/sdk/models/createflagop.js";
let value: CreateFlagRules = {
id: "<id>",
conditions: [],
outcome: {
type: "<value>",
variantId: "<id>",
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_check_mark: | N/A |
conditions | models.CreateFlagConditions[] | :heavy_check_mark: | N/A |
outcome | models.CreateFlagOutcome | :heavy_check_mark: | N/A |