Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.11 KB

removecustomenvironmentrequestbody.md

File metadata and controls

15 lines (10 loc) · 1.11 KB

RemoveCustomEnvironmentRequestBody

Example Usage

import { RemoveCustomEnvironmentRequestBody } from "@vercel/sdk/models/removecustomenvironmentop.js";

let value: RemoveCustomEnvironmentRequestBody = {};

Fields

Field Type Required Description
deleteUnassignedEnvironmentVariables boolean Delete Environment Variables that are not assigned to any environments.