CreateProjectCustomAllow
August 10, 2026 ยท View on GitHub
Optional overrides for the default same-env-by-slug matching. Provide explicit rules to allow cross-env access or presets.
Example Usage
import { CreateProjectCustomAllow } from "@vercel/sdk/models/blockhistoryroute.js";
let value: CreateProjectCustomAllow = {
from: {
preset: "all-custom",
},
to: {
slugs: [],
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
from | models.CreateProjectFrom | :heavy_check_mark: | N/A |
to | models.CreateProjectProjectsTo | :heavy_check_mark: | N/A |