DeleteDeploymentState

December 19, 2024 ยท View on GitHub

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"