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

Task

import type { Task } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/migrationhub.ts";
interface Task {
ProgressPercent?: number | null;
Status: Status;
StatusDetail?: string | null;
}

§Properties

§
ProgressPercent?: number | null
[src]
§
StatusDetail?: string | null
[src]