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

ListQualificationTypesResponse

import type { ListQualificationTypesResponse } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface ListQualificationTypesResponse {
NextToken?: string | null;
NumResults?: number | null;
QualificationTypes?: QualificationType[] | null;
}

§Properties

§
NextToken?: string | null
[src]
§
NumResults?: number | null
[src]

The number of Qualification types on this page in the filtered results list, equivalent to the number of types this operation returns.

§
QualificationTypes?: QualificationType[] | null
[src]

The list of QualificationType elements returned by the query.