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

ProgressDetail

import type { ProgressDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";
interface ProgressDetail {
currentProgress?: RobotDeploymentStep | null;
estimatedTimeRemainingSeconds?: number | null;
percentDone?: number | null;
targetResource?: string | null;
}

§Properties

§
currentProgress?: RobotDeploymentStep | null
[src]
§
estimatedTimeRemainingSeconds?: number | null
[src]
§
percentDone?: number | null
[src]
§
targetResource?: string | null
[src]