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;
}import type { FileReference } from "https://googleapis.deno.dev/v1/testing:v1.ts";A reference to a file, used for user inputs.