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

WorldGenerationJobSummary

import type { WorldGenerationJobSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";
interface WorldGenerationJobSummary {
arn?: string | null;
createdAt?: Date | number | null;
failedWorldCount?: number | null;
status?: WorldGenerationJobStatus | null;
succeededWorldCount?: number | null;
template?: string | null;
worldCount?: WorldCount | null;
}

§Properties

§
arn?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
failedWorldCount?: number | null
[src]
§
succeededWorldCount?: number | null
[src]
§
template?: string | null
[src]
§
worldCount?: WorldCount | null
[src]