PurchaseType
September 24, 2026 ยท View on GitHub
Machine type which was purchased/selected for this build. basic is the 2vCPU tier, recorded on the deployment so the build pipeline can detect a basic build without consulting the project.
Example Usage
import { PurchaseType } from "@vercel/sdk/models/servicesop.js";
let value: PurchaseType = "standard";
Values
"basic" | "enhanced" | "standard" | "turbo"