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

UploadAptArtifactResponse

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

The response of the completed artifact upload operation. This response is contained in the Operation and available to users.

interface UploadAptArtifactResponse {
aptArtifacts?: AptArtifact[];
}

§Properties

§
aptArtifacts?: AptArtifact[]
[src]

The Apt artifacts updated.