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

ServerBinding

import type { ServerBinding } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ServerBinding {
type?: "RESTART_NODE_ON_ANY_SERVER" | "RESTART_NODE_ON_MINIMAL_SERVERS" | "SERVER_BINDING_TYPE_UNSPECIFIED";
}

§Properties

§
type?: "RESTART_NODE_ON_ANY_SERVER" | "RESTART_NODE_ON_MINIMAL_SERVERS" | "SERVER_BINDING_TYPE_UNSPECIFIED"
[src]