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

GetAssignmentResponse

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

§Properties

§
Assignment?: Assignment | null
[src]

The assignment. The response includes one Assignment element.

§
HIT?: HIT | null
[src]

The HIT associated with this assignment. The response includes one HIT element.