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

UpdateExpirationForHITRequest

import type { UpdateExpirationForHITRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface UpdateExpirationForHITRequest {
ExpireAt: Date | number;
HITId: string;
}

§Properties

§
ExpireAt: Date | number
[src]

The date and time at which you want the HIT to expire

§
HITId: string
[src]

The HIT to update.