Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 281 Bytes

deletedeploymentstate.md

File metadata and controls

17 lines (11 loc) · 281 Bytes

DeleteDeploymentState

A constant with the final state of the deployment.

Example Usage

import { DeleteDeploymentState } from "@vercel/sdk/models/deletedeploymentop.js";

let value: DeleteDeploymentState = "DELETED";

Values

"DELETED"