Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 328 Bytes

getdeploymentsstate.md

File metadata and controls

17 lines (11 loc) · 328 Bytes

GetDeploymentsState

In which state is the deployment.

Example Usage

import { GetDeploymentsState } from "@vercel/sdk/models/getdeploymentsop.js";

let value: GetDeploymentsState = "READY";

Values

"BUILDING" | "ERROR" | "INITIALIZING" | "QUEUED" | "READY" | "CANCELED" | "DELETED"