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

UploadGoogetArtifactResponse

import type { UploadGoogetArtifactResponse } 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 UploadGoogetArtifactResponse {
googetArtifacts?: GoogetArtifact[];
}

§Properties

§
googetArtifacts?: GoogetArtifact[]
[src]

The GooGet artifacts updated.