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

GetUploadResult

import type { GetUploadResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Represents the result of a get upload request.

interface GetUploadResult {
upload?: Upload | null;
}

§Properties

§
upload?: Upload | null
[src]

An app or a set of one or more tests to upload or that have been uploaded.