GetDeploymentsSource
August 5, 2026 ยท View on GitHub
The source of the deployment.
Example Usage
import { GetDeploymentsSource } from "@vercel/sdk/models/getdeploymentsop.js";
let value: GetDeploymentsSource = "cli";
Values
"api-trigger-git-deploy" | "cli" | "clone/repo" | "drop" | "git" | "git-deploy-hook" | "import" | "import/repo" | "redeploy" | "v0-web"