CreateWorldGenerationJobRequest
import type { CreateWorldGenerationJobRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface CreateWorldGenerationJobRequest {
clientRequestToken?: string | null;
tags?: {} | null;
[key: string]: string | null | undefined;
template: string;
worldCount: WorldCount;
worldTags?: {} | null;
}[key: string]: string | null | undefined;