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

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigMavenRepositoryCustomRepository

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

Customer-specified publicly available remote repository.

interface GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigMavenRepositoryCustomRepository {
uri?: string;
}

§Properties

§
uri?: string
[src]

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