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

Command

import type { Command } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface Command {
Args?: string[] | null;
Name?: string | null;
ScriptPath?: string | null;
}

§Properties

§
Args?: string[] | null
[src]
§
Name?: string | null
[src]
§
ScriptPath?: string | null
[src]