Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 343 Bytes

getdeploymentsreadystate.md

File metadata and controls

17 lines (11 loc) · 343 Bytes

GetDeploymentsReadyState

In which state is the deployment.

Example Usage

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

let value: GetDeploymentsReadyState = "READY";

Values

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