GetProjectProjectsResponse200ApplicationJSONResponseBodyType

August 10, 2026 ยท View on GitHub

The type of matching to perform

Example Usage

import { GetProjectProjectsResponse200ApplicationJSONResponseBodyType } from "@vercel/sdk/models/getprojectprojectsbuildmachinetype.js";

let value: GetProjectProjectsResponse200ApplicationJSONResponseBodyType =
  "startsWith";

Values

"endsWith" | "equals" | "startsWith"