LaunchConfig
import type { LaunchConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/robomaker.ts";interface LaunchConfig {
environmentVariables?: {} | null;
[key: string]: string | null | undefined;
launchFile: string;
packageName: string;
portForwardingConfig?: PortForwardingConfig | null;
streamUI?: boolean | null;
}