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

ConfigFile

import type { ConfigFile } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";
interface ConfigFile {
content?: string;
}

§Properties

§
content?: string
[src]

The contents of the file.