Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 300 Bytes

getdeploymentschecksstate.md

File metadata and controls

17 lines (11 loc) · 300 Bytes

GetDeploymentsChecksState

State of all registered checks

Example Usage

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

let value: GetDeploymentsChecksState = "running";

Values

"registered" | "running" | "completed"