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

Content

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

The Content resource.

interface Content {
files?: File[];
scriptId?: string;
}

§Properties

§
files?: File[]
[src]

The list of script project files. One of the files is a script manifest; it must be named "appsscript", must have type of JSON, and include the manifest configurations for the project.

§
scriptId?: string
[src]

The script project's Drive ID.