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

ReviewReport

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

Contains both ReviewResult and ReviewAction elements for a particular HIT.

interface ReviewReport {
ReviewActions?: ReviewActionDetail[] | null;
ReviewResults?: ReviewResultDetail[] | null;
}

§Properties

§
ReviewActions?: ReviewActionDetail[] | null
[src]

A list of ReviewAction objects for each action specified in the Review Policy.

§
ReviewResults?: ReviewResultDetail[] | null
[src]

A list of ReviewResults objects for each action specified in the Review Policy.