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

GetFileUploadURLResponse

import type { GetFileUploadURLResponse } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface GetFileUploadURLResponse {
FileUploadURL?: string | null;
}

§Properties

§
FileUploadURL?: string | null
[src]

A temporary URL for the file that the Worker uploaded for the answer.