CreateProjectDestination
June 24, 2026 ยท View on GitHub
Which tracing destination this rule applies to. internal is the hidden Vercel production-tracing drain (internal delivery); external is any customer-configured drain. Derived from the owning drain's delivery type when project tracing is computed; absent on configs persisted before this field existed.
Example Usage
import { CreateProjectDestination } from "@vercel/sdk/models/createprojectresponsebody.js";
let value: CreateProjectDestination = "external";
Values
"external" | "internal"