DeploymentSource
import type { DeploymentSource } from "https://googleapis.deno.dev/v1/config:v1.ts";Configuration for a value sourced from a Deployment.
interface DeploymentSource {
deployment?: string;
outputName?: string;
}import type { DeploymentSource } from "https://googleapis.deno.dev/v1/config:v1.ts";Configuration for a value sourced from a Deployment.