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

GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository

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

Publicly available Apt repositories constructed from a common repository base and a custom repository path.

interface GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository {
repositoryBase?:
| "REPOSITORY_BASE_UNSPECIFIED"
| "DEBIAN"
| "UBUNTU"
| "DEBIAN_SNAPSHOT";
repositoryPath?: string;
}

§Properties

§
repositoryBase?: "REPOSITORY_BASE_UNSPECIFIED" | "DEBIAN" | "UBUNTU" | "DEBIAN_SNAPSHOT"
[src]

A common public repository base for Apt.

§
repositoryPath?: string
[src]

A custom field to define a path to a specific repository from the base.