QueryParamBuildQueueConfiguration
August 10, 2026 ยท View on GitHub
Filter results by build queue configuration. SKIP_NAMESPACE_QUEUE includes projects without a configuration set.
Example Usage
import { QueryParamBuildQueueConfiguration } from "@vercel/sdk/models/getprojectsresponsebodyprojectsrollingrelease.js";
let value: QueryParamBuildQueueConfiguration = "SKIP_NAMESPACE_QUEUE";
Values
"SKIP_NAMESPACE_QUEUE" | "WAIT_FOR_NAMESPACE_QUEUE"