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

CreateHITWithHITTypeResponse

import type { CreateHITWithHITTypeResponse } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface CreateHITWithHITTypeResponse {
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.