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

ProjectsGetContentOptions

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

Additional options for Script#projectsGetContent.

interface ProjectsGetContentOptions {
versionNumber?: number;
}

§Properties

§
versionNumber?: number
[src]

The version number of the project to retrieve. If not provided, the project's HEAD version is returned.