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

HostConfig

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

HostConfig has different instance endpoints.

interface HostConfig {
readonly api?: string;
readonly gitHttp?: string;
readonly gitSsh?: string;
readonly html?: string;
}

§Properties

§
readonly api?: string
[src]

Output only. API hostname.

§
readonly gitHttp?: string
[src]

Output only. Git HTTP hostname.

§
readonly gitSsh?: string
[src]

Output only. Git SSH hostname.

§
readonly html?: string
[src]

Output only. HTML hostname.