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

PlatformCommand

import type { PlatformCommand } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";

Command to be run on a particular operating system.

interface PlatformCommand {
linux?: string | null;
windows?: string | null;
}

§Properties

§
linux?: string | null
[src]

Command for Linux.

§
windows?: string | null
[src]

Command for Windows.