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

CreateUploadResult

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

Represents the result of a create upload request.

interface CreateUploadResult {
upload?: Upload | null;
}

§Properties

§
upload?: Upload | null
[src]

The newly created upload.