import { CreateCustomEnvironmentRequestBody } from "@vercel/sdk/models/createcustomenvironmentop.js";
let value: CreateCustomEnvironmentRequestBody = {};
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. |