CreateProjectBranchMatcher
August 5, 2026 ยท View on GitHub
Configuration for matching git branches to this environment
Example Usage
import { CreateProjectBranchMatcher } from "@vercel/sdk/models/createprojectregion.js";
let value: CreateProjectBranchMatcher = {
type: "endsWith",
pattern: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | models.CreateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType | :heavy_check_mark: | The type of matching to perform |
pattern | string | :heavy_check_mark: | The pattern to match against branch names |