Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExternalValueSource

import type { ExternalValueSource } from "https://googleapis.deno.dev/v1/config:v1.ts";

Configuration for a source of an external value.

interface ExternalValueSource {
deploymentSource?: DeploymentSource;
}

§Properties

§
deploymentSource?: DeploymentSource
[src]

A source from a Deployment.