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;
}