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

SshScript

import type { SshScript } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Response message for 'GenerateSshScript' request.

interface SshScript {
script?: string;
}

§Properties

§
script?: string
[src]

The ssh configuration script.