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

TargetConfiguration

import type { TargetConfiguration } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";
interface TargetConfiguration {
config?: ConfigFile;
imports?: ImportFile[];
}

§Properties

§

The configuration to use for this deployment.

§
imports?: ImportFile[]
[src]

Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.