The sources from which logs are currently being delivered to this log drain.
import { CreateLogDrainSources } from "@vercel/sdk/models/createlogdrainop.js";
let value: CreateLogDrainSources = "static";
"build" | "edge" | "lambda" | "static" | "external" | "firewall"