Reuse
February 19, 2026 ยท View on GitHub
Example Usage
import { Reuse } from "@vercel/sdk/models/flag.js";
let value: Reuse = {
active: true,
environment: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
active | boolean | :heavy_check_mark: | N/A |
environment | string | :heavy_check_mark: | N/A |