Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 231 Bytes

checksstate.md

File metadata and controls

15 lines (10 loc) · 231 Bytes

ChecksState

Example Usage

import { ChecksState } from "@vercel/sdk/models/createdeploymentop.js";

let value: ChecksState = "registered";

Values

"registered" | "running" | "completed"