GetProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType

August 10, 2026 ยท View on GitHub

The type of matching to perform

Example Usage

import { GetProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType } from "@vercel/sdk/models/getprojectinternalroutes.js";

let value: GetProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType =
  "startsWith";

Values

"endsWith" | "equals" | "startsWith"