Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 589 Bytes

createdeploymentoutput.md

File metadata and controls

19 lines (14 loc) · 589 Bytes

CreateDeploymentOutput

Example Usage

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

let value: CreateDeploymentOutput = {
  path: "/etc/ppp",
  functionName: "<value>",
};

Fields

Field Type Required Description
path string ✔️ N/A
functionName string ✔️ N/A