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

CreateHITResponse

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

§Properties

§
HIT?: HIT | null
[src]

Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation.