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"