CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType

August 10, 2026 ยท View on GitHub

The type of matching to perform

Example Usage

import { CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType } from "@vercel/sdk/models/blockhistoryroute.js";

let value:
  CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType =
    "startsWith";

Values

"endsWith" | "equals" | "startsWith"