GetDeploymentsTarget 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"