Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 3.52 KB

canceldeploymentlambdas.md

File metadata and controls

29 lines (23 loc) · 3.52 KB

CancelDeploymentLambdas

A partial representation of a Build used by the deployment endpoint.

Example Usage

import { CancelDeploymentLambdas } from "@vercel/sdk/models/canceldeploymentop.js";

let value: CancelDeploymentLambdas = {
  output: [
    {
      path: "/sys",
      functionName: "<value>",
    },
  ],
};

Fields

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