Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.75 KB

createcustomenvironmentrequestbody.md

File metadata and controls

18 lines (13 loc) · 1.75 KB

CreateCustomEnvironmentRequestBody

Example Usage

import { CreateCustomEnvironmentRequestBody } from "@vercel/sdk/models/createcustomenvironmentop.js";

let value: CreateCustomEnvironmentRequestBody = {};

Fields

Field Type Required Description
slug string The slug of the custom environment to create.
description string Description of the custom environment. This is optional.
branchMatcher models.BranchMatcher How we want to determine a matching branch. This is optional.
copyEnvVarsFrom string Where to copy environment variables from. This is optional.