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

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryCustomRepository

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

Customer-specified publicly available remote repository.

interface GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryCustomRepository {
uri?: string;
}

§Properties

§
uri?: string
[src]

An http/https uri reference to the upstream remote repository, for ex: "https://my.apt.registry/".