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

URIs

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

URIs for the repository.

interface URIs {
readonly api?: string;
readonly gitHttps?: string;
readonly html?: string;
}

§Properties

§
readonly api?: string
[src]

Output only. API is the URI for API access.

§
readonly gitHttps?: string
[src]

Output only. git_https is the git HTTPS URI for git operations.

§
readonly html?: string
[src]

Output only. HTML is the URI for user to view the repository in a browser.