QueryParamState

June 9, 2026 ยท View on GitHub

The state of the flags to retrieve. Defaults to active.

Example Usage

import { QueryParamState } from "@vercel/sdk/models/listflagsv2op.js";

let value: QueryParamState = "active";

Values

"active" | "archived"