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

FileReference

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

A reference to a file, used for user inputs.

interface FileReference {
gcsPath?: string;
}

§Properties

§
gcsPath?: string
[src]

A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)