A partial representation of a Build used by the deployment endpoint.
import { CancelDeploymentLambdas } from "@vercel/sdk/models/canceldeploymentop.js";
let value: CancelDeploymentLambdas = {
output: [
{
path: "/sys",
functionName: "<value>",
},
],
};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ➖ | N/A |
createdAt |
number | ➖ | N/A |
entrypoint |
string | ➖ | N/A |
readyState |
models.CancelDeploymentDeploymentsReadyState | ➖ | N/A |
readyStateAt |
number | ➖ | N/A |
output |
models.CancelDeploymentOutput[] | ✔️ | N/A |