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

SimulationSoftwareSuite

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

Information about a simulation software suite.

interface SimulationSoftwareSuite {
version?: string | null;
}

§Properties

§

The name of the simulation software suite.

§
version?: string | null
[src]

The version of the simulation software suite.