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

GetHITResponse

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

§Properties

§
HIT?: HIT | null
[src]

Contains the requested HIT data.