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

ListWorkersWithQualificationTypeResponse

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

§Properties

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

The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call.

§
Qualifications?: Qualification[] | null
[src]

The list of Qualification elements returned by this call.