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

TcpProxyScript

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

Response message for 'GenerateTcpProxyScript' request.

interface TcpProxyScript {
script?: string;
}

§Properties

§
script?: string
[src]

The TCP Proxy configuration script.