DefaultPurchaseType

August 10, 2026 · View on GitHub

The default plan type for the build machine — what the customer is paying for on their plan. For most customers, this is standard, but some customers have an entitlement for enhanced builds.

Example Usage

import { DefaultPurchaseType } from "@vercel/sdk/models/canceldeploymentservicesdeploymentsmaxduration.js";

let value: DefaultPurchaseType = "basic";

Values

"basic" | "enhanced" | "standard"