GetProjectDeploymentSources
August 10, 2026 ยท View on GitHub
enabled: true with empty sources is deny-all.
Example Usage
import { GetProjectDeploymentSources } from "@vercel/sdk/models/getprojectinternalroutes.js";
let value: GetProjectDeploymentSources = {
sources: [],
enabled: false,
environments: [
{
type: "system",
target: "production",
},
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
sources | models.GetProjectProjectsSources[] | :heavy_check_mark: | N/A |
enabled | boolean | :heavy_check_mark: | N/A |
environments | models.GetProjectProjectsEnvironments[] | :heavy_check_mark: | N/A |