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

PlatformScriptKey

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

The script location for a particular operating system.

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

§Properties

§
linux?: string | null
[src]

The script location for Linux.

§
windows?: string | null
[src]

The script location for Windows.