QueryParamTarget

April 11, 2026 ยท View on GitHub

Filters on the target of the domain. Can be either "production", "preview"

Example Usage

import { QueryParamTarget } from "@vercel/sdk/models/getprojectdomainsop.js";

let value: QueryParamTarget = "production";

Values

"production" | "preview"