UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType
July 24, 2026 ยท View on GitHub
The type of matching to perform
Example Usage
import {
UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType,
} from "@vercel/sdk/models/updateprojectbranchmatcher.js";
let value:
UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType =
"startsWith";
Values
"endsWith" | "equals" | "startsWith"