GetDeploymentsTarget
December 19, 2024 ยท View on GitHub
On which environment has the deployment been deployed to.
Example Usage
import { GetDeploymentsTarget } from "@vercel/sdk/models/getdeploymentsop.js";
let value: GetDeploymentsTarget = "production";
Values
"production" | "staging"