UpdateFlagReuse
February 19, 2026 ยท View on GitHub
Allows linking this environment to another environment so this flag will be evaluated with the other flag's configuration
Example Usage
import { UpdateFlagReuse } from "@vercel/sdk/models/updateflagop.js";
let value: UpdateFlagReuse = {
active: true,
environment: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
active | boolean | :heavy_check_mark: | Whether the reuse is active or not |
environment | string | :heavy_check_mark: | The environment to link to |