Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 301 Bytes

getdeploymentstarget.md

File metadata and controls

17 lines (11 loc) · 301 Bytes

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"