DescribeWorldResponse
import type { DescribeWorldResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/robomaker.ts";interface DescribeWorldResponse {
arn?: string | null;
createdAt?: Date | number | null;
generationJob?: string | null;
tags?: {} | null;
[key: string]: string | null | undefined;
template?: string | null;
worldDescriptionBody?: string | null;
}