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

FinishedWorldsSummary

import type { FinishedWorldsSummary } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about worlds that finished.

interface FinishedWorldsSummary {
failureSummary?: FailureSummary | null;
finishedCount?: number | null;
succeededWorlds?: string[] | null;
}

§Properties

§
failureSummary?: FailureSummary | null
[src]

Information about worlds that failed.

§
finishedCount?: number | null
[src]

The total number of finished worlds.

§
succeededWorlds?: string[] | null
[src]

A list of worlds that succeeded.