UploadFileInfo
import type { UploadFileInfo } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";A resource that contains a URI to which a data file can be uploaded.
interface UploadFileInfo  {
readonly headers?: {};
[key: string]: string; 
readonly signedUri?: string;
readonly uriExpirationTime?: Date;
}